Enum MicrosoftDhcpServerv6ScopeState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the state of a Microsoft DHCP IPv6 scope.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftDhcpServerv6ScopeState
Fields
Active = 1
The state is active.
Inactive = 2
The state is inactive.
Unknown = 0
The state is unknown.