Partager via


PolicyResourceCollection.Item - Propriété (Int32)

Obtient la ressource de stratégie des informations spécifiées.

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

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As PolicyResource
    Get
'Utilisation
Dim instance As PolicyResourceCollection
Dim index As Integer
Dim value As PolicyResource

value = instance(index)
public PolicyResource this[
    int index
] { get; }

Paramètres

  • index
    Type : System.Int32

    L'index de la ressource de stratégie dans la collection.

Valeur de propriété

Type : Microsoft.Office.RecordsManagement.InformationPolicy.PolicyResource
Un objet PolicyResource qui représente la ressource de stratégie.

Voir aussi

Référence

PolicyResourceCollection classe

PolicyResourceCollection - Membres

Item - Surcharge

Microsoft.Office.RecordsManagement.InformationPolicy - Espace de noms