Rule.ExceptIfADComparisonAttribute Property
Namespace: Microsoft.Exchange.MessagingPolicies.Rules.Tasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property ExceptIfADComparisonAttribute As Nullable(Of ADAttribute)
Get
Set
'Usage
Dim instance As Rule
Dim value As Nullable(Of ADAttribute)
value = instance.ExceptIfADComparisonAttribute
instance.ExceptIfADComparisonAttribute = value
public Nullable<ADAttribute> ExceptIfADComparisonAttribute { get; set; }
Property Value
Type: System.Nullable<ADAttribute>
See Also