Share via


PolicyItemCollection.Item property (String)

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 ( _
    policyFeatureId As String _
) As PolicyItem
    Get
'Usage
Dim instance As PolicyItemCollection
Dim policyFeatureId As String
Dim value As PolicyItem

value = instance(policyFeatureId)
public PolicyItem this[
    string policyFeatureId
] { get; }

Parameters

  • policyFeatureId
    Type: System.String

    The ID of the policy feature that this policy item configures.

Property value

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

Remarks

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

See also

Reference

PolicyItemCollection class

PolicyItemCollection members

Item overload

Microsoft.Office.RecordsManagement.InformationPolicy namespace