Class MicrosoftDhcpServerv4FailoverRelationshipCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection Microsoft DHCP IPv4 failover relationships.
public class MicrosoftDhcpServerv4FailoverRelationshipCollection : Collection<MicrosoftDhcpServerv4FailoverRelationship>, IList<MicrosoftDhcpServerv4FailoverRelationship>, ICollection<MicrosoftDhcpServerv4FailoverRelationship>, IList, ICollection, IReadOnlyList<MicrosoftDhcpServerv4FailoverRelationship>, IReadOnlyCollection<MicrosoftDhcpServerv4FailoverRelationship>, IEnumerable<MicrosoftDhcpServerv4FailoverRelationship>, IEnumerable
- Inheritance
-
MicrosoftDhcpServerv4FailoverRelationshipCollection
- Implements
- Inherited Members
Constructors
MicrosoftDhcpServerv4FailoverRelationshipCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4FailoverRelationshipCollection class.
public MicrosoftDhcpServerv4FailoverRelationshipCollection()
Methods
FindByName(string)
Returns the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4FailoverRelationship with the specified name, or null if no CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4FailoverRelationship with that name is found.
public MicrosoftDhcpServerv4FailoverRelationship FindByName(string name)
Parameters
name
stringThe name of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4FailoverRelationship to locate.
Returns
- MicrosoftDhcpServerv4FailoverRelationship
The CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4FailoverRelationship with the specified name.
Sort()
Sorts the values in the collection.
public void Sort()