Table of Contents

Class ExchangeRoleAssignmentPolicy

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

Represents a role assignment policies configured in a Microsoft Exchange organization.

public class ExchangeRoleAssignmentPolicy : BaseTypeSection, IComparable<ExchangeRoleAssignmentPolicy>
Inheritance
ExchangeRoleAssignmentPolicy
Implements

Constructors

ExchangeRoleAssignmentPolicy()

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

public ExchangeRoleAssignmentPolicy()

Properties

AssignedRoleNames

Gets or sets the names of the assigned roles. This setting does not apply to Exchange 2010.

public SerializableStringCollection AssignedRoleNames { get; set; }

Property Value

SerializableStringCollection

Description

Gets or sets the description of the role assignment policy.

public string Description { get; set; }

Property Value

string

Guid

Gets or sets the unique identifier of the role assignment policy in GUID format.

public string Guid { get; set; }

Property Value

string

Identity

Gets or sets the identity of the role assignment policy.

public string Identity { get; set; }

Property Value

string

Name

Gets or sets the name of the role assignment policy.

public string Name { get; set; }

Property Value

string

WhenChanged

Gets or sets the date and time when the object was last updated.

public DateTime WhenChanged { get; set; }

Property Value

DateTime

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.ExchangeRoleAssignmentPolicy cloned from this object.

public ExchangeRoleAssignmentPolicy Clone()

Returns

ExchangeRoleAssignmentPolicy

A CENTREL.XIA.Configuration.Types.ExchangeRoleAssignmentPolicy.

CompareTo(ExchangeRoleAssignmentPolicy)

Compares two CENTREL.XIA.Configuration.Types.ExchangeRoleAssignmentPolicy objects to allow sorting alphabetically by name.

public int CompareTo(ExchangeRoleAssignmentPolicy other)

Parameters

other ExchangeRoleAssignmentPolicy

The CENTREL.XIA.Configuration.Types.ExchangeRoleAssignmentPolicy to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.ExchangeRoleAssignmentPolicy objects.