Share via


PolicyFeatureCollection.Item property (Int32)

Gets the specified information policy feature.

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

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

Parameters

  • index
    Type: System.Int32

    The index of the policy feature in the collection.

Property value

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

See also

Reference

PolicyFeatureCollection class

PolicyFeatureCollection members

Item overload

Microsoft.Office.RecordsManagement.InformationPolicy namespace