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 = 2The type is BOOTP.
Both = 3The type is both.
Dhcp = 1The type is DHCP.
Unknown = 0The type is unknown.