Mailbox.RoleAssignmentPolicy Property
Gets the management role assigned to the mailbox when it was created or enabled.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property RoleAssignmentPolicy As ADObjectId
Get
Friend Set
'Usage
Dim instance As Mailbox
Dim value As ADObjectId
value = instance.RoleAssignmentPolicy
public ADObjectId RoleAssignmentPolicy { get; internal set; }
Property Value
Type: Microsoft.Exchange.Data.Directory.ADObjectId
The management role assigned to the mailbox.
See Also