Table of Contents

Enum MicrosoftDhcpServerv6OptionValueLevel

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

Represents the level at which an option value is defined.

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

Fields

Reservation = 3

The option value is defined at the reservation level.

Scope = 2

The option value is defined at the scope level.

Server = 1

The option value is defined at the server level.

Unknown = 0

The level is unknown.