Enum MicrosoftDhcpServerv4ReservationAddressState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the address state of a Microsoft DHCP IPv4 reservation.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftDhcpServerv4ReservationAddressState
Fields
ActiveReservation = 1The state is active reservation.
InactiveReservation = 2The state is inactive reservation.
Unknown = 0The state is unknown.