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 = 1
The state is active reservation.
InactiveReservation = 2
The state is inactive reservation.
Unknown = 0
The state is unknown.