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