RoleGroup.RoleAssignments Property
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property RoleAssignments As MultiValuedProperty(Of ADObjectId)
Get
Private Set
'Usage
Dim instance As RoleGroup
Dim value As MultiValuedProperty(Of ADObjectId)
value = instance.RoleAssignments
public MultiValuedProperty<ADObjectId> RoleAssignments { get; private set; }
Property Value
Type: Microsoft.Exchange.Data.MultiValuedProperty<ADObjectId>