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 = 2The address type is IANA.
Iata = 1The address type is IATA.
Unknown = 0The address type is unknown.