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