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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.