Table of Contents

Class MicrosoftDhcpServerv4ExclusionRange

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a Microsoft DHCP IPv4 exclusion range.

public class MicrosoftDhcpServerv4ExclusionRange : GlobalSerializableClassicBase, IComparable<MicrosoftDhcpServerv4ExclusionRange>
Inheritance
MicrosoftDhcpServerv4ExclusionRange
Implements

Constructors

MicrosoftDhcpServerv4ExclusionRange()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4ExclusionRange class.

public MicrosoftDhcpServerv4ExclusionRange()

Properties

CollectionIndex

Gets the collection index for the exclusion range.

[Browsable(false)]
public string CollectionIndex { get; }

Property Value

string

EndRange

Gets or sets the end IP address for the exclusion range - for example "192.168.1.200".

public string EndRange { get; set; }

Property Value

string

StartRange

Gets or sets the start IP address for the exclusion range - for example "192.168.1.1".

public string StartRange { get; set; }

Property Value

string

Methods

CompareTo(MicrosoftDhcpServerv4ExclusionRange)

Compares two CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4ExclusionRange values to allow sorting by start address.

public int CompareTo(MicrosoftDhcpServerv4ExclusionRange other)

Parameters

other MicrosoftDhcpServerv4ExclusionRange

The CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4ExclusionRange to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4ExclusionRange objects.

ToString()

Returns the exclusion range as a human readable string.

public override string ToString()

Returns

string

The exclusion range as a human readable string.