Class MicrosoftDhcpServerv6OptionDefinition
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Microsoft DHCP server IPv6 option definition.
public class MicrosoftDhcpServerv6OptionDefinition : GlobalSerializableClassicBase, IComparable<MicrosoftDhcpServerv6OptionDefinition>
- Inheritance
-
MicrosoftDhcpServerv6OptionDefinition
- Implements
Constructors
MicrosoftDhcpServerv6OptionDefinition()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6OptionDefinition class.
public MicrosoftDhcpServerv6OptionDefinition()
Properties
CollectionIndex
Gets the collection index for the option definition.
[Browsable(false)]
public string CollectionIndex { get; }
Property Value
DefaultValues
Gets or sets the default values configured for this option.
public SerializableStringCollection DefaultValues { get; set; }
Property Value
- SerializableStringCollection
DefaultValuesString
Gets the default values as a human readable string.
public string DefaultValuesString { get; set; }
Property Value
Description
Gets or sets the description of the option.
public string Description { get; set; }
Property Value
DisplayName
Gets the display name of the option - for example "00024 Domain Search List".
public string DisplayName { get; set; }
Property Value
IsMultiValued
Gets or sets whether the option supports multiple values.
public BooleanOption IsMultiValued { get; set; }
Property Value
OptionId
Gets or sets the option identifier.
public int OptionId { get; set; }
Property Value
OptionName
Gets or sets the display name of the option - for example "Domain Search List".
public string OptionName { get; set; }
Property Value
ValueType
Gets or sets the value type.
public MicrosoftDhcpServerv6OptionValueType ValueType { get; set; }
Property Value
VendorClass
Gets or sets the optional vendor class for the option definition.
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
CompareTo(MicrosoftDhcpServerv6OptionDefinition)
Compares two CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6OptionDefinition values to allow sorting by option identifier.
public int CompareTo(MicrosoftDhcpServerv6OptionDefinition other)
Parameters
other
MicrosoftDhcpServerv6OptionDefinitionThe CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6OptionDefinition to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6OptionDefinition 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".