Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringThe 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
Microsoft.Office.RecordsManagement.InformationPolicy Namespace