EcmDocumentRouterRule.RouteToExternalLocation Property
Gets or sets a value indicating whether this routing rule routes to a different router.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Property RouteToExternalLocation As Boolean
Get
Set
'Usage
Dim instance As EcmDocumentRouterRule
Dim value As Boolean
value = instance.RouteToExternalLocation
instance.RouteToExternalLocation = value
public bool RouteToExternalLocation { get; set; }
Property Value
Type: System.Boolean
true if this routing rule routes to a different router; otherwise, false.
Exceptions
Exception | Condition |
---|---|
FormatException | The routing rule string format is invalid. |
ArgumentNullException | The routing rule string is a null reference (Nothing in Visual Basic) or empty. |
See Also
Reference
Microsoft.Office.RecordsManagement.RecordsRepository Namespace