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