Rule.State Property

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

Syntax

'Declaration
Public Property State As RuleState
    Get
    Set
'Usage
Dim instance As Rule
Dim value As RuleState

value = instance.State

instance.State = value
public RuleState State { get; set; }