Table of Contents

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

The value type is BinaryData.

Byte = 2

The value type is Byte.

DWord = 3

The value type is DWord.

DWordDword = 4

The value type is DWordDword.

EncapsulatedData = 5

The value type is EncapsulatedData.

IPv4Address = 6

The value type is IPv4Address.

String = 7

The value type is String.

Unknown = 0

The value type is unknown.

Word = 8

The value type is Word.