다음을 통해 공유


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