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
Guid
Gets or sets the unique identifier of the role assignment policy in GUID format.
public string Guid { get; set; }
Property Value
Identity
Gets or sets the identity of the role assignment policy.
public string Identity { get; set; }
Property Value
Name
Gets or sets the name of the role assignment policy.
public string Name { get; set; }
Property Value
WhenChanged
Gets or sets the date and time when the object was last updated.
public DateTime WhenChanged { get; set; }
Property Value
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
ExchangeRoleAssignmentPolicyThe CENTREL.XIA.Configuration.Types.ExchangeRoleAssignmentPolicy to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.ExchangeRoleAssignmentPolicy objects.