Rule.ExceptIfHasClassification Property
Namespace: Microsoft.Exchange.MessagingPolicies.Rules.Tasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property ExceptIfHasClassification As ADObjectId
Get
Set
'Usage
Dim instance As Rule
Dim value As ADObjectId
value = instance.ExceptIfHasClassification
instance.ExceptIfHasClassification = value
public ADObjectId ExceptIfHasClassification { get; set; }
Property Value
See Also