Table of Contents

Class MicrosoftDhcpServerv4ReservationCollection

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

Represents a collection of Microsoft DHCP IPv4 reservations.

public class MicrosoftDhcpServerv4ReservationCollection : Collection<MicrosoftDhcpServerv4Reservation>, IList<MicrosoftDhcpServerv4Reservation>, ICollection<MicrosoftDhcpServerv4Reservation>, IList, ICollection, IReadOnlyList<MicrosoftDhcpServerv4Reservation>, IReadOnlyCollection<MicrosoftDhcpServerv4Reservation>, IEnumerable<MicrosoftDhcpServerv4Reservation>, IEnumerable
Inheritance
MicrosoftDhcpServerv4ReservationCollection
Implements
Inherited Members

Constructors

MicrosoftDhcpServerv4ReservationCollection()

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

public MicrosoftDhcpServerv4ReservationCollection()

Methods

ExistsByIPAddress(string)

Returns a System.Boolean value that indicates whether a reservation with the specified IP address exists within the collection.

public bool ExistsByIPAddress(string ipAddress)

Parameters

ipAddress string

The IP address of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Reservation to locate.

Returns

bool

A System.Boolean value that indicates whether a reservation with the specified IP address exists within the collection.

FindByIPAddress(string)

Returns the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Reservation with the specified IP address, or null if no CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Reservation with that IP address is found.

public MicrosoftDhcpServerv4Reservation FindByIPAddress(string ipAddress)

Parameters

ipAddress string

The IP address of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Reservation to locate.

Returns

MicrosoftDhcpServerv4Reservation

The CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Reservation with the specified IP address.

Sort()

Sorts the values in the collection.

public void Sort()