Class ActiveDirectoryDomainControllerCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Active Directory domain controllers.
public class ActiveDirectoryDomainControllerCollection : Collection<ActiveDirectoryDomainController>, IList<ActiveDirectoryDomainController>, ICollection<ActiveDirectoryDomainController>, IList, ICollection, IReadOnlyList<ActiveDirectoryDomainController>, IReadOnlyCollection<ActiveDirectoryDomainController>, IEnumerable<ActiveDirectoryDomainController>, IEnumerable
- Inheritance
-
ActiveDirectoryDomainControllerCollection
- Implements
- Inherited Members
Constructors
ActiveDirectoryDomainControllerCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDomainControllerCollection class.
public ActiveDirectoryDomainControllerCollection()
Methods
Exists(string)
Determines whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryDomainController with the specified domain controller name exists within the collection.
public bool Exists(string name)
Parameters
name
stringThe name of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDomainController to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryDomainController with the specified domain controller name exists within the collection.
FindByName(string)
Returns the CENTREL.XIA.Configuration.Types.ActiveDirectoryDomainController with the specified domain controller name, or null if no CENTREL.XIA.Configuration.Types.ActiveDirectoryDomainController with that name is found.
public ActiveDirectoryDomainController FindByName(string name)
Parameters
name
stringThe name of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDomainController to locate.
Returns
- ActiveDirectoryDomainController
The CENTREL.XIA.Configuration.Types.ActiveDirectoryDomainController with the specified name.
Sort()
Sorts the values in the collection.
public void Sort()