Share via


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.

See also

Reference

PolicyFeature class

PolicyFeature members

Microsoft.Office.RecordsManagement.InformationPolicy namespace