Share via


RoleGroup.Roles property

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property Roles As MultiValuedProperty(Of ADObjectId)
    Get
    Private Set
'Usage
Dim instance As RoleGroup
Dim value As MultiValuedProperty(Of ADObjectId)

value = instance.Roles
public MultiValuedProperty<ADObjectId> Roles { get; private set; }

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<ADObjectId>

See also

Reference

RoleGroup class

RoleGroup members

Microsoft.Exchange.Data.Directory.Management namespace