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