PolicyCatalog.FeatureList Property
Returns 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 Office SharePoint Server 2007, and possibly to 2007 Microsoft Office system client application documents as well.
For more information about information policy features, see Policy Feature Overview.
See Also
Reference
Microsoft.Office.RecordsManagement.InformationPolicy Namespace