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 = 3The option value is defined at the reservation level.
Scope = 2The option value is defined at the scope level.
Server = 1The option value is defined at the server level.
Unknown = 0The level is unknown.