Share via


PolicyItemCollection.Item property (Int32)

Gets the specified information policy item.

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

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

Parameters

  • index
    Type: System.Int32

    The index of the policy item in the collection.

Property value

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

See also

Reference

PolicyItemCollection class

PolicyItemCollection members

Item overload

Microsoft.Office.RecordsManagement.InformationPolicy namespace