Enum MicrosoftDhcpServerv4LeaseAddressState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the address state of a Microsoft DHCP IPv4 lease.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftDhcpServerv4LeaseAddressState
Fields
Active = 1The state is active.
ActiveReservation = 2The state is active reservation.
Declined = 3The state is declined.
Expired = 4The state is expired.
InactiveReservation = 5The state is inactive reservation.
Offered = 6The state is offered.
Unknown = 0The state is unknown.