PolicyFeature.ResourceList Property
Gets the collection of policy resources for this policy feature.
Namespace: Microsoft.Office.RecordsManagement.InformationPolicy
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public ReadOnly Property ResourceList As PolicyResourceCollection
Get
'Usage
Dim instance As PolicyFeature
Dim value As PolicyResourceCollection
value = instance.ResourceList
public PolicyResourceCollection ResourceList { get; }
Property Value
Type: Microsoft.Office.RecordsManagement.InformationPolicy.PolicyResourceCollection
A PolicyResourceCollection that represents the collection of policy resources for this policy feature.
Remarks
Each policy feature has its own resource list, which lists the policy resources available to it. For more information, see Policy Resource Overview in SharePoint Server 2010 (ECM).
See Also
Reference
Microsoft.Office.RecordsManagement.InformationPolicy Namespace