EcmDocumentRouterRule.Aliases Property
Gets or sets aliases for a EcmDocumentRouterRule object.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Property Aliases As String
Get
Set
'Usage
Dim instance As EcmDocumentRouterRule
Dim value As String
value = instance.Aliases
instance.Aliases = value
public string Aliases { get; set; }
Property Value
Type: System.String
String
See Also
Reference
Microsoft.Office.RecordsManagement.RecordsRepository Namespace