Class MicrosoftDhcpServerv6OptionValue
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Microsoft DHCP server IPv6 option value.
public class MicrosoftDhcpServerv6OptionValue : GlobalSerializableClassicBase, IComparable<MicrosoftDhcpServerv6OptionValue>
- Inheritance
-
MicrosoftDhcpServerv6OptionValue
- Implements
Constructors
MicrosoftDhcpServerv6OptionValue()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6OptionValue class.
public MicrosoftDhcpServerv6OptionValue()
Properties
CollectionIndex
Gets the collection index for the option value.
[Browsable(false)]
public string CollectionIndex { get; }
Property Value
DisplayName
Gets the display name of the option - for example "00024 Domain Search List".
public string DisplayName { get; set; }
Property Value
Level
Gets or sets the level at which the option value is defined.
public MicrosoftDhcpServerv6OptionValueLevel Level { get; set; }
Property Value
OptionId
Gets or sets the option identifier.
public int OptionId { get; set; }
Property Value
OptionName
Gets or sets the name of the option - for example "Domain Search List".
public string OptionName { get; set; }
Property Value
UserClass
Gets or sets the user class name.
public string UserClass { get; set; }
Property Value
UserClassString
Gets the user class name.
public string UserClassString { get; set; }
Property Value
ValueType
Gets or sets the value type.
public MicrosoftDhcpServerv6OptionValueType ValueType { get; set; }
Property Value
Values
Gets or sets the values configured for this option.
public SerializableStringCollection Values { get; set; }
Property Value
- SerializableStringCollection
ValuesString
Gets the values as a human readable string.
public string ValuesString { get; set; }
Property Value
VendorClass
Gets or sets the optional vendor class for the option value.
public string VendorClass { get; set; }
Property Value
VendorClassString
Gets the vendor class name as a human readable string.
public string VendorClassString { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6OptionValue cloned from this object.
public MicrosoftDhcpServerv6OptionValue Clone()
Returns
- MicrosoftDhcpServerv6OptionValue
A CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6OptionValue.
CompareTo(MicrosoftDhcpServerv6OptionValue)
Compares two CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6OptionValue values to allow sorting by option identifier.
public int CompareTo(MicrosoftDhcpServerv6OptionValue other)
Parameters
other
MicrosoftDhcpServerv6OptionValueThe CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6OptionValue to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6OptionValue objects.
ToString()
Returns the display name of the option - for example "00024 Domain Search List".
public override string ToString()
Returns
- string
The display name of the option - for example "00024 Domain Search List".