Share via


DynamicDistributionGroup.ConditionalCustomAttribute7 property

Gets or sets the filter applied to a custom attribute of 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 Property ConditionalCustomAttribute7 As MultiValuedProperty(Of String)
    Get
    Set
'Usage
Dim instance As DynamicDistributionGroup
Dim value As MultiValuedProperty(Of String)

value = instance.ConditionalCustomAttribute7

instance.ConditionalCustomAttribute7 = value
public MultiValuedProperty<string> ConditionalCustomAttribute7 { get; set; }

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<String>
The filter applied to a custom attribute of the recipients that are used to build the dynamic distribution group.

Remarks

If you set this property, you must also set the IncludedRecipients property. You cannot set both this property and the RecipientFilter property.

See also

Reference

DynamicDistributionGroup class

DynamicDistributionGroup members

Microsoft.Exchange.Data.Directory.Management namespace