ReducedRecipient.PoliciesIncluded property
Gets the list of policies that are included in the policies of the recipient.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property PoliciesIncluded As MultiValuedProperty(Of String)
Get
'Usage
Dim instance As ReducedRecipient
Dim value As MultiValuedProperty(Of String)
value = instance.PoliciesIncluded
public MultiValuedProperty<string> PoliciesIncluded { get; }
Property value
Type: Microsoft.Exchange.Data.MultiValuedProperty<String>
The list of policies that are included in the policies of the recipient.