System.Net.NetworkInformation.ScopeLevel
namespace System.Net.NetworkInformation
{
public enum ScopeLevel
{
Admin = 4,
Global = 14,
Interface = 1,
Link = 2,
None = 0,
Organization = 8,
Site = 5,
Subnet = 3
}
}