EcmDocumentRouterRuleCollection.Item - Propriété

Obtient ou définit le EcmDocumentRouterRule à l'index spécifié.

Espace de noms :  Microsoft.Office.RecordsManagement.RecordsRepository
Assembly :  Microsoft.Office.Policy (dans Microsoft.Office.Policy.dll)

Syntaxe

'Déclaration
Public Default Property Item ( _
    index As Integer _
) As EcmDocumentRouterRule
    Get
    Set
'Utilisation
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; }

Paramètres

  • index
    Type : System.Int32

    Index de la EcmDocumentRouterRule doit être retourné.

Valeur de propriété

Type : Microsoft.Office.RecordsManagement.RecordsRepository.EcmDocumentRouterRule
Cette propriété renvoie EcmDocumentRouterRule.

Voir aussi

Référence

EcmDocumentRouterRuleCollection classe

EcmDocumentRouterRuleCollection - Membres

Microsoft.Office.RecordsManagement.RecordsRepository - Espace de noms