DynamicDistributionGroup.LdapRecipientFilter property
Gets the LDAP filter applied to the recipients that are used to build the dynamic distribution group.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property LdapRecipientFilter As String
Get
'Usage
Dim instance As DynamicDistributionGroup
Dim value As String
value = instance.LdapRecipientFilter
public string LdapRecipientFilter { get; }
Property value
Type: System.String
The LDAP filter applied to the recipients that are used to build the dynamic distribution group.
See also
Reference
DynamicDistributionGroup class