Share via


PolicyFeatureCollection.Item Property (String)

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 ( _
    Id As String _
) As PolicyFeature
    Get
'Usage
Dim instance As PolicyFeatureCollection
Dim Id As String
Dim value As PolicyFeature

value = instance(Id)
public PolicyFeature this[
    string Id
] { get; }

Parameters

Property Value

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

Remarks

Use the Id property of the PolicyFeature object to return the policy feature's ID.

See Also

Reference

PolicyFeatureCollection Class

PolicyFeatureCollection Members

Item Overload

Microsoft.Office.RecordsManagement.InformationPolicy Namespace