Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the EcmDocumentRouterRule at the specified index.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Default Property Item ( _
index As Integer _
) As EcmDocumentRouterRule
Get
Set
'Usage
Dim instance As EcmDocumentRouterRuleCollection
Dim index As Integer
Dim value As EcmDocumentRouterRule
value = instance(index)
instance(index) = value
public EcmDocumentRouterRule this[
int index
] { get; set; }
Parameters
index
Type: System.Int32The index of the EcmDocumentRouterRule to be returned.
Property Value
Type: Microsoft.Office.RecordsManagement.RecordsRepository.EcmDocumentRouterRule
Returns EcmDocumentRouterRule.
See Also
Reference
EcmDocumentRouterRuleCollection Class
EcmDocumentRouterRuleCollection Members
Microsoft.Office.RecordsManagement.RecordsRepository Namespace