Share via


PolicyCatalog.FeatureList property

Gets the collection of policy features installed on the SharePoint server farm.

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

Syntax

'Declaration
Public Shared ReadOnly Property FeatureList As PolicyFeatureCollection
    Get
'Usage
Dim value As PolicyFeatureCollection

value = PolicyCatalog.FeatureList
public static PolicyFeatureCollection FeatureList { get; }

Property value

Type: Microsoft.Office.RecordsManagement.InformationPolicy.PolicyFeatureCollection
A PolicyFeatureCollection object that represents the policy features installed on the SharePoint server farm.

Remarks

A policy feature is an assembly or other piece of code that provides some content management functionality to Microsoft SharePoint Server 2010, and possibly to Microsoft Office 2010 client application documents as well.

For more information about information policy features, see Policy Feature Overview.

See also

Reference

PolicyCatalog class

PolicyCatalog members

Microsoft.Office.RecordsManagement.InformationPolicy namespace