System.Net.NetworkInformation.SuffixOrigin
namespace System.Net.NetworkInformation
{
public enum SuffixOrigin
{
LinkLayerAddress = 4,
Manual = 1,
OriginDhcp = 3,
Other = 0,
Random = 5,
WellKnown = 2
}
}