Table of Contents

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

string

Enabled

Gets or sets whether the binding is enabled.

public BooleanOption Enabled { get; set; }

Property Value

BooleanOption

IPAddress

Gets or sets the binding address.

public string IPAddress { get; set; }

Property Value

string

InterfaceAlias

Gets or sets the name of the interface.

public string InterfaceAlias { get; set; }

Property Value

string

Methods

CompareTo(MicrosoftDhcpServerBinding)

Compares two CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerBinding values to allow sorting by IP address.

public int CompareTo(MicrosoftDhcpServerBinding other)

Parameters

other MicrosoftDhcpServerBinding

The 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.