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