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 Introduction to Information Management Policy.
See also
Reference
Microsoft.Office.RecordsManagement.InformationPolicy namespace