Enum MicrosoftDhcpServerv6OptionValueType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The value type for the DHCP server IPv6 option.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftDhcpServerv6OptionValueType
Fields
BinaryData = 1The value type is BinaryData.
Byte = 2The value type is Byte.
DWord = 3The value type is DWord.
DWordDword = 4The value type is DWordDword.
EncapsulatedData = 5The value type is EncapsulatedData.
IPv6Address = 6The value type is IPv6Address.
String = 7The value type is String.
Unknown = 0The value type is unknown.
Word = 8The value type is Word.