Table of Contents

Enum MicrosoftDhcpServerv6LeaseAddressType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the IPv6 address type of a Microsoft DHCP IPv6 lease.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftDhcpServerv6LeaseAddressType

Fields

Iana = 2

The address type is IANA.

Iata = 1

The address type is IATA.

Unknown = 0

The address type is unknown.