Share via


PolicyCatalog.PolicyList Property

Returns the collection of information policies for the site collection.

Namespace:  Microsoft.Office.RecordsManagement.InformationPolicy
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public ReadOnly Property PolicyList As PolicyCollection
    Get
'Usage
Dim instance As PolicyCatalog
Dim value As PolicyCollection

value = instance.PolicyList
public PolicyCollection PolicyList { get; }

Property Value

Type: Microsoft.Office.RecordsManagement.InformationPolicy.PolicyCollection
A PolicyCollection object that represents the information policies on the site collection.

Remarks

An information management policy is a set of rules for a certain type of important content. Policy enables administrators to control and evaluate who can access the information, how long to retain information, and how effectively people are complying with the policy itself.

Logically, each policy is a collection of instruction sets for one or more policy features. For each policy feature that you want to include in a policy, you include an instruction set, called a policy item, in the policy. A policy item contains the settings for only one policy feature.

For more information about information policies and policy features, see Introduction to Information Management Policy.

See Also

Reference

PolicyCatalog Class

PolicyCatalog Members

Microsoft.Office.RecordsManagement.InformationPolicy Namespace