Table of Contents

Class ExchangeRoleAssignmentPolicyCollection

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

Represents a collection of Exchange role assignment policies.

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

Constructors

ExchangeRoleAssignmentPolicyCollection()

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

public ExchangeRoleAssignmentPolicyCollection()

Methods

FindByIdentity(string)

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

public ExchangeRoleAssignmentPolicy FindByIdentity(string identity)

Parameters

identity string

The identity of the role assignment policy to locate.

Returns

ExchangeRoleAssignmentPolicy

The role assignment policy with the specified identity.

Sort()

Sorts the values in the collection.

public void Sort()