Table of Contents

Class MicrosoftDhcpServerv4Reservations

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

Represents the Microsoft DHCP IPv4 reservations.

public class MicrosoftDhcpServerv4Reservations : BypassSection
Inheritance
MicrosoftDhcpServerv4Reservations
Inherited Members

Constructors

MicrosoftDhcpServerv4Reservations()

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

public MicrosoftDhcpServerv4Reservations()

Properties

Items

Gets or sets the items in the collection.

public MicrosoftDhcpServerv4ReservationCollection Items { get; set; }

Property Value

MicrosoftDhcpServerv4ReservationCollection

Methods

FromXml(string)

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

public static MicrosoftDhcpServerv4Reservations FromXml(string xml)

Parameters

xml string

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

Returns

MicrosoftDhcpServerv4Reservations

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

ToString()

Returns the IPv4 reservations as a human readable string.

public override string ToString()

Returns

string

The IPv4 reservations as a human readable string.