Table of Contents

Class ExchangeRoleGroupCollection

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

Represents a collection of Exchange role groups.

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

Constructors

ExchangeRoleGroupCollection()

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

public ExchangeRoleGroupCollection()

Methods

FindByIdentity(string)

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

public ExchangeRoleGroup FindByIdentity(string identity)

Parameters

identity string

The identity of the role group to locate.

Returns

ExchangeRoleGroup

The role group with the specified identity.

Sort()

Sorts the values in the collection.

public void Sort()