ScopeLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The scope level for an IPv6 address.
public enum class ScopeLevel
public enum ScopeLevel
type ScopeLevel =
Public Enum ScopeLevel
- Inheritance
Fields
Name | Value | Description |
---|---|---|
None | 0 | The scope level is not specified. |
Interface | 1 | The scope is interface-level. |
Link | 2 | The scope is link-level. |
Subnet | 3 | The scope is subnet-level. |
Admin | 4 | The scope is admin-level. |
Site | 5 | The scope is site-level. |
Organization | 8 | The scope is organization-level. |
Global | 14 | The scope is global. |
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.