ExchangeRole.RoleEntries Property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property RoleEntries As MultiValuedProperty(Of RoleEntry)
Get
Friend Set
'Usage
Dim instance As ExchangeRole
Dim value As MultiValuedProperty(Of RoleEntry)
value = instance.RoleEntries
[ParameterAttribute(Mandatory = false)]
public MultiValuedProperty<RoleEntry> RoleEntries { get; internal set; }
Property Value
Type: Microsoft.Exchange.Data.MultiValuedProperty<RoleEntry>