Share via


Rule.ExceptIfADComparisonOperator property

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

Syntax

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

value = instance.ExceptIfADComparisonOperator

instance.ExceptIfADComparisonOperator = value
public Nullable<Evaluation> ExceptIfADComparisonOperator { get; set; }

Property value

Type: System.Nullable<Evaluation>

See also

Reference

Rule class

Rule members

Microsoft.Exchange.MessagingPolicies.Rules.Tasks namespace