Class ExchangeRemoteDomainCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Exchange remote domains.
public class ExchangeRemoteDomainCollection : Collection<ExchangeRemoteDomain>, IList<ExchangeRemoteDomain>, ICollection<ExchangeRemoteDomain>, IList, ICollection, IReadOnlyList<ExchangeRemoteDomain>, IReadOnlyCollection<ExchangeRemoteDomain>, IEnumerable<ExchangeRemoteDomain>, IEnumerable
- Inheritance
-
ExchangeRemoteDomainCollection
- Implements
- Inherited Members
Constructors
ExchangeRemoteDomainCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeRemoteDomainCollection class.
public ExchangeRemoteDomainCollection()
Methods
FindByIdentity(string)
Returns the remote domain with the specified identity, or null if no remote domain with that identity is found.
public ExchangeRemoteDomain FindByIdentity(string identity)
Parameters
identity
stringThe identity of the remote domain to locate.
Returns
- ExchangeRemoteDomain
The remote domain with the specified identity.
Sort()
Sorts the values in the collection.
public void Sort()