Class ExchangeMailboxDatabaseCopyCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Exchange mailbox database copies.
public class ExchangeMailboxDatabaseCopyCollection : Collection<ExchangeMailboxDatabaseCopy>, IList<ExchangeMailboxDatabaseCopy>, ICollection<ExchangeMailboxDatabaseCopy>, IList, ICollection, IReadOnlyList<ExchangeMailboxDatabaseCopy>, IReadOnlyCollection<ExchangeMailboxDatabaseCopy>, IEnumerable<ExchangeMailboxDatabaseCopy>, IEnumerable
- Inheritance
-
ExchangeMailboxDatabaseCopyCollection
- Implements
- Inherited Members
Constructors
ExchangeMailboxDatabaseCopyCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeMailboxDatabaseCopyCollection class.
public ExchangeMailboxDatabaseCopyCollection()
Methods
FindActive()
Returns the active database copy, or null if no active database copy is found.
public ExchangeMailboxDatabaseCopy FindActive()
Returns
- ExchangeMailboxDatabaseCopy
The active database copy.
Sort()
Sorts the values in the collection.
public void Sort()