Policy.Items Property
The collection of policy items included in this information policy.
Namespace: Microsoft.Office.RecordsManagement.InformationPolicy
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public ReadOnly Property Items As PolicyItemCollection
Get
'Usage
Dim instance As Policy
Dim value As PolicyItemCollection
value = instance.Items
public PolicyItemCollection Items { get; }
Property Value
Type: Microsoft.Office.RecordsManagement.InformationPolicy.PolicyItemCollection
A PolicyItemCollection object that represents the policy items included in this information policy.
Remarks
Each PolicyItem object contained in the PolicyItemCollection object contains properties that configure a policy feature that is included in the information management policy.
For more information about information policies and policy features, see Managing Information Management Policy in SharePoint Server 2010 (ECM).
See Also
Reference
Microsoft.Office.RecordsManagement.InformationPolicy Namespace