Enum MicrosoftDhcpServerv4OptionValueLevel
- 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 MicrosoftDhcpServerv4OptionValueLevel
Fields
Reservation = 5
The option value is defined at the reservation level.
Scope = 3
The option value is defined at the scope level.
ScopePolicy = 4
The option value is defined at the scope policy level.
Server = 1
The option value is defined at the server level.
ServerPolicy = 2
The option value is defined at the server policy level.
Unknown = 0
The level is unknown.