RecordSeries.Router Property
NOTE: This API is now obsolete.
Gets the custom Router for this rule.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
<ObsoleteAttribute("The Record Series is deprecated - use the routing rules list.")> _
Public ReadOnly Property Router As Router
Get
'Usage
Dim instance As RecordSeries
Dim value As Router
value = instance.Router
[ObsoleteAttribute("The Record Series is deprecated - use the routing rules list.")]
public Router Router { get; }
Property Value
Type: Microsoft.Office.RecordsManagement.RecordsRepository.Router
See Also
Reference
Microsoft.Office.RecordsManagement.RecordsRepository Namespace