EcmDocumentRouterRule.CustomRouter property

Gets or sets the custom router that should be executed in association with this rule.

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

Syntax

'Declaration
Public Property CustomRouter As String
    Get
    Set
'Usage
Dim instance As EcmDocumentRouterRule
Dim value As String

value = instance.CustomRouter

instance.CustomRouter = value
public string CustomRouter { get; set; }

Property value

Type: System.String

See also

Reference

EcmDocumentRouterRule class

EcmDocumentRouterRule members

Microsoft.Office.RecordsManagement.RecordsRepository namespace