Table of Contents

Class ExchangeDynamicDistributionGroupCollection

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

Represents a collection of dynamic distribution groups.

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

Constructors

ExchangeDynamicDistributionGroupCollection()

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

public ExchangeDynamicDistributionGroupCollection()

Methods

FindByIdentity(string)

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

public ExchangeDynamicDistributionGroup FindByIdentity(string identity)

Parameters

identity string

The identity of the dynamic distribution group to locate.

Returns

ExchangeDynamicDistributionGroup

The dynamic distribution group with the specified identity.

Sort()

Sorts the values in the collection.

public void Sort()