Table of Contents

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 = 1

The state is active.

ActiveReservation = 2

The state is active reservation.

Declined = 3

The state is declined.

Expired = 4

The state is expired.

InactiveReservation = 5

The state is inactive reservation.

Offered = 6

The state is offered.

Unknown = 0

The state is unknown.