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