Table of Contents

Class ExchangeRoleAssignmentPolicies

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

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

public class ExchangeRoleAssignmentPolicies : BypassSection
Inheritance
ExchangeRoleAssignmentPolicies
Inherited Members

Constructors

ExchangeRoleAssignmentPolicies()

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

public ExchangeRoleAssignmentPolicies()

Properties

Items

Gets or sets the items in the collection.

public ExchangeRoleAssignmentPolicyCollection Items { get; set; }

Property Value

ExchangeRoleAssignmentPolicyCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.ExchangeRoleAssignmentPolicies class from the specified XML.

public static ExchangeRoleAssignmentPolicies FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ExchangeRoleAssignmentPolicies

A CENTREL.XIA.Configuration.Types.ExchangeRoleAssignmentPolicies class.

ToString()

Returns the role assignment policies as a human readable string.

public override string ToString()

Returns

string

The role assignment policies as a human readable string.