Class MicrosoftDhcpServerv6ReservationCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Microsoft DHCP IPv6 reservations.
public class MicrosoftDhcpServerv6ReservationCollection : Collection<MicrosoftDhcpServerv6Reservation>, IList<MicrosoftDhcpServerv6Reservation>, ICollection<MicrosoftDhcpServerv6Reservation>, IList, ICollection, IReadOnlyList<MicrosoftDhcpServerv6Reservation>, IReadOnlyCollection<MicrosoftDhcpServerv6Reservation>, IEnumerable<MicrosoftDhcpServerv6Reservation>, IEnumerable
- Inheritance
-
MicrosoftDhcpServerv6ReservationCollection
- Implements
- Inherited Members
Constructors
MicrosoftDhcpServerv6ReservationCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6ReservationCollection class.
public MicrosoftDhcpServerv6ReservationCollection()
Methods
ExistsByIPAddress(string)
Returns a System.Boolean value that indicates whether a reservation with the specified IPv6 address exists within the collection.
public bool ExistsByIPAddress(string ipAddress)
Parameters
ipAddress
stringThe IP address of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6Reservation to locate.
Returns
- bool
A System.Boolean value that indicates whether a reservation with the specified IPv6 address exists within the collection.
FindByIPAddress(string)
Returns the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6Reservation with the specified IP address, or null if no CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6Reservation with that IP address is found.
public MicrosoftDhcpServerv6Reservation FindByIPAddress(string ipAddress)
Parameters
ipAddress
stringThe IP address of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6Reservation to locate.
Returns
- MicrosoftDhcpServerv6Reservation
The CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6Reservation with the specified IP address.
Sort()
Sorts the values in the collection.
public void Sort()