PolicyResourceCollection class

Represents the collection of policy resources available to a specified policy feature.

Inheritance hierarchy

System.Object
  Microsoft.Office.RecordsManagement.InformationPolicy.PolicyResourceCollection

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class PolicyResourceCollection _
    Implements ICollection, IEnumerable
'Usage
Dim instance As PolicyResourceCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class PolicyResourceCollection : ICollection, 
    IEnumerable

Remarks

Each policy feature has its own resource list, which lists the policy resources available to it.

For more information about the requirements for policy resources, see Policy Resource Overview.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

PolicyResourceCollection members

Microsoft.Office.RecordsManagement.InformationPolicy namespace