Enum MicrosoftDhcpServerv4LeaseClientType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the client type of a Microsoft DHCP IPv4 lease.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftDhcpServerv4LeaseClientType
Fields
BootP = 3The client type is BOOTP.
Dhcp = 2The client type is DHCP.
None = 4The client type is None.
Unknown = 0The client type is unknown.
Unspecified = 1The client type is unspecified.