Rule.ApplyClassification Property

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

Syntax

'Declaration
Public Property ApplyClassification As ADObjectId
    Get
    Set
'Usage
Dim instance As Rule
Dim value As ADObjectId

value = instance.ApplyClassification

instance.ApplyClassification = value
public ADObjectId ApplyClassification { get; set; }