Share via


Rule.ADComparisonAttribute property

Namespace:  Microsoft.Exchange.MessagingPolicies.Rules.Tasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public Property ADComparisonAttribute As Nullable(Of ADAttribute)
    Get
    Set
'Usage
Dim instance As Rule
Dim value As Nullable(Of ADAttribute)

value = instance.ADComparisonAttribute

instance.ADComparisonAttribute = value
public Nullable<ADAttribute> ADComparisonAttribute { get; set; }

Property value

Type: System.Nullable<ADAttribute>

See also

Reference

Rule class

Rule members

Microsoft.Exchange.MessagingPolicies.Rules.Tasks namespace