EcmDocumentRouterRule.CustomRouter Property

Gets or sets the custom router which 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