Enum MicrosoftDhcpServerv4ScopeType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of a Microsoft DHCP IPv4 scope.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftDhcpServerv4ScopeType
Fields
Bootp = 2
The type is BOOTP.
Both = 3
The type is both.
Dhcp = 1
The type is DHCP.
Unknown = 0
The type is unknown.