Class MicrosoftDhcpServerv4Superscope
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Microsoft DHCP superscope.
public class MicrosoftDhcpServerv4Superscope : GlobalSerializableClassicBase, IComparable<MicrosoftDhcpServerv4Superscope>
- Inheritance
-
MicrosoftDhcpServerv4Superscope
- Implements
Constructors
MicrosoftDhcpServerv4Superscope()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Superscope class.
public MicrosoftDhcpServerv4Superscope()
Properties
DisplayName
Gets the display name of the superscope.
public string DisplayName { get; set; }
Property Value
ScopeIdentifiers
Gets or sets the scope identifiers of the scopes within the superscope.
public SerializableStringCollection ScopeIdentifiers { get; set; }
Property Value
- SerializableStringCollection
SuperscopeName
Gets or sets the name of the superscope.
public string SuperscopeName { get; set; }
Property Value
Methods
CompareTo(MicrosoftDhcpServerv4Superscope)
Compares two CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Superscope values to allow sorting by name.
public int CompareTo(MicrosoftDhcpServerv4Superscope other)
Parameters
other
MicrosoftDhcpServerv4SuperscopeThe CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Superscope to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Superscope objects.
ToString()
Returns the display name of the superscope.
public override string ToString()
Returns
- string
The display name of the superscope.