DynamicDistributionGroup.ConditionalStateOrProvince property
Gets or sets a filter applied to the state or province 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 ConditionalStateOrProvince As MultiValuedProperty(Of String)
Get
Set
'Usage
Dim instance As DynamicDistributionGroup
Dim value As MultiValuedProperty(Of String)
value = instance.ConditionalStateOrProvince
instance.ConditionalStateOrProvince = value
public MultiValuedProperty<string> ConditionalStateOrProvince { get; set; }
Property value
Type: Microsoft.Exchange.Data.MultiValuedProperty<String>
The filter applied to the state or province attribute of the recipients that are used to build the dynamic distribution group.
See also
Reference
DynamicDistributionGroup class