Enum MicrosoftDhcpServerv4OptionValueType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The value type for the DHCP server IPv4 option.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftDhcpServerv4OptionValueType
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.
IPv4Address = 6The value type is IPv4Address.
String = 7The value type is String.
Unknown = 0The value type is unknown.
Word = 8The value type is Word.