Share via


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>

See also

Reference

RoleGroup class

RoleGroup members

Microsoft.Exchange.Data.Directory.Management namespace