RoleAssignmentPolicy.AssignedRoles property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property AssignedRoles As MultiValuedProperty(Of ADObjectId)
Get
Private Set
'Usage
Dim instance As RoleAssignmentPolicy
Dim value As MultiValuedProperty(Of ADObjectId)
value = instance.AssignedRoles
public MultiValuedProperty<ADObjectId> AssignedRoles { get; private set; }
Property value
Type: Microsoft.Exchange.Data.MultiValuedProperty<ADObjectId>
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace