Compartir a través de


de la propiedad EcmDocumentRouterRuleCollection.Item

Obtiene o establece la EcmDocumentRouterRule en el índice especificado.

Espacio de nombres:  Microsoft.Office.RecordsManagement.RecordsRepository
Ensamblado:  Microsoft.Office.Policy (en Microsoft.Office.Policy.dll)

Sintaxis

'Declaración
Public Default Property Item ( _
    index As Integer _
) As EcmDocumentRouterRule
    Get
    Set
'Uso
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; }

Parámetros

  • index
    Tipo: System.Int32

    El índice de la EcmDocumentRouterRule que se devuelve.

Valor de propiedad

Tipo: Microsoft.Office.RecordsManagement.RecordsRepository.EcmDocumentRouterRule
Devuelve EcmDocumentRouterRule.

Vea también

Referencia

clase EcmDocumentRouterRuleCollection

Miembros EcmDocumentRouterRuleCollection

Espacio de nombres Microsoft.Office.RecordsManagement.RecordsRepository