Share via


PolicyResourceCollection.Item Property (Int32)

Gets the specified information policy resource.

Namespace:  Microsoft.Office.RecordsManagement.InformationPolicy
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As PolicyResource
    Get
'Usage
Dim instance As PolicyResourceCollection
Dim index As Integer
Dim value As PolicyResource

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

Parameters

  • index
    Type: System.Int32
    The index of the policy resource in the collection.

Property Value

Type: Microsoft.Office.RecordsManagement.InformationPolicy.PolicyResource
A PolicyResource object that represents the policy resource.

See Also

Reference

PolicyResourceCollection Class

PolicyResourceCollection Members

Item Overload

Microsoft.Office.RecordsManagement.InformationPolicy Namespace