Share via


PolicyCollection.Item Property (Int32)

Gets the specified information policy.

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 Policy
    Get
'Usage
Dim instance As PolicyCollection
Dim index As Integer
Dim value As Policy

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

Parameters

  • index
    Type: System.Int32

    The index of the policy in the collection.

Property Value

Type: Microsoft.Office.RecordsManagement.InformationPolicy.Policy
A Policy object that represents the information policy.

See Also

Reference

PolicyCollection Class

PolicyCollection Members

Item Overload

Microsoft.Office.RecordsManagement.InformationPolicy Namespace