Table of Contents

Class MicrosoftDhcpServerv4ExclusionRanges

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

Represents the Microsoft DHCP IPv4 exclusion ranges.

public class MicrosoftDhcpServerv4ExclusionRanges : BaseTypeSection
Inheritance
MicrosoftDhcpServerv4ExclusionRanges

Constructors

MicrosoftDhcpServerv4ExclusionRanges()

Intializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4ExclusionRanges class.

public MicrosoftDhcpServerv4ExclusionRanges()

Properties

Items

Gets or sets the items in the collection.

public MicrosoftDhcpServerv4ExclusionRangeCollection Items { get; set; }

Property Value

MicrosoftDhcpServerv4ExclusionRangeCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4ExclusionRanges class from the specified Xml.

public static MicrosoftDhcpServerv4ExclusionRanges FromXml(string xml)

Parameters

xml string

The XML representation of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4ExclusionRanges object

Returns

MicrosoftDhcpServerv4ExclusionRanges

A CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4ExclusionRanges class from the specified Xml.

ToString()

Returns the IPv4 exclusion ranges as a human readable string.

public override string ToString()

Returns

string

The IPv4 exclusion ranges as a human readable string.