Class MicrosoftDhcpServerBinding
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Microsoft DHCP server bindings.
public class MicrosoftDhcpServerBinding : GlobalSerializableClassicBase, IComparable<MicrosoftDhcpServerBinding>
- Inheritance
-
MicrosoftDhcpServerBinding
- Implements
Constructors
MicrosoftDhcpServerBinding()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerBinding class.
public MicrosoftDhcpServerBinding()
Properties
CollectionIndex
Gets the collection index for the binding.
[Browsable(false)]
public string CollectionIndex { get; }
Property Value
Enabled
Gets or sets whether the binding is enabled.
public BooleanOption Enabled { get; set; }
Property Value
IPAddress
Gets or sets the binding address.
public string IPAddress { get; set; }
Property Value
InterfaceAlias
Gets or sets the name of the interface.
public string InterfaceAlias { get; set; }
Property Value
Methods
CompareTo(MicrosoftDhcpServerBinding)
Compares two CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerBinding values to allow sorting by IP address.
public int CompareTo(MicrosoftDhcpServerBinding other)
Parameters
other
MicrosoftDhcpServerBindingThe CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerBinding to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerBinding objects.
ToString()
Returns the binding as a human readable string.
public override string ToString()
Returns
- string
The binding as a human readable string.