Share via


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; }

Property value

Type: RuleState

See also

Reference

Rule class

Rule members

Microsoft.Exchange.MessagingPolicies.Rules.Tasks namespace