Table of Contents

Class ExchangeDistributionGroupCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of distribution groups.

public class ExchangeDistributionGroupCollection : Collection<ExchangeDistributionGroup>, IList<ExchangeDistributionGroup>, ICollection<ExchangeDistributionGroup>, IList, ICollection, IReadOnlyList<ExchangeDistributionGroup>, IReadOnlyCollection<ExchangeDistributionGroup>, IEnumerable<ExchangeDistributionGroup>, IEnumerable
Inheritance
ExchangeDistributionGroupCollection
Implements
Inherited Members

Constructors

ExchangeDistributionGroupCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeDistributionGroupCollection class.

public ExchangeDistributionGroupCollection()

Methods

FindByIdentity(string)

Returns the distribution group with the specified identity, or null if no distribution group with that identity is found.

public ExchangeDistributionGroup FindByIdentity(string identity)

Parameters

identity string

The identity of the distribution group to locate.

Returns

ExchangeDistributionGroup

The distribution group with the specified identity.

Sort()

Sorts the values in the collection.

public void Sort()