AddressListBase.ConditionalCustomAttribute11 property

Gets or sets the filter applied to a custom attribute of the recipients in the address list.

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

Syntax

'Declaration
<ParameterAttribute> _
Public Property ConditionalCustomAttribute11 As MultiValuedProperty(Of String)
    Get
    Set
'Usage
Dim instance As AddressListBase
Dim value As MultiValuedProperty(Of String)

value = instance.ConditionalCustomAttribute11

instance.ConditionalCustomAttribute11 = value
[ParameterAttribute]
public MultiValuedProperty<string> ConditionalCustomAttribute11 { get; set; }

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<String>
The filter applied to a custom attribute of the recipients in the address list.

See also

Reference

AddressListBase class

AddressListBase members

Microsoft.Exchange.Data.Directory.Management namespace