Share via


ExchangeRole.RoleEntries property

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

Syntax

'Declaration
Public Property RoleEntries As MultiValuedProperty(Of RoleEntry)
    Get
    Friend Set
'Usage
Dim instance As ExchangeRole
Dim value As MultiValuedProperty(Of RoleEntry)

value = instance.RoleEntries
public MultiValuedProperty<RoleEntry> RoleEntries { get; internal set; }

Property value

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

See also

Reference

ExchangeRole class

ExchangeRole members

Microsoft.Exchange.Data.Directory.SystemConfiguration namespace