EcmDocumentRouterRule.Enabled property

Gets or sets a Boolean value to indicate if the rule is enabled.

Namespace:  Microsoft.Office.RecordsManagement.RecordsRepository
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Property Enabled As Boolean
    Get
    Set
'Usage
Dim instance As EcmDocumentRouterRule
Dim value As Boolean

value = instance.Enabled

instance.Enabled = value
public bool Enabled { get; set; }

Property value

Type: System.Boolean

See also

Reference

EcmDocumentRouterRule class

EcmDocumentRouterRule members

Microsoft.Office.RecordsManagement.RecordsRepository namespace