SPResourceTrackingRuleCollection class

Represents an IEnumerable instance of the SPResourceTrackingRule object.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPResourceTrackingRuleCollection

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPResourceTrackingRuleCollection _
    Implements IEnumerable(Of SPResourceTrackingRule), IEnumerable
'Usage
Dim instance As SPResourceTrackingRuleCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPResourceTrackingRuleCollection : IEnumerable<SPResourceTrackingRule>, 
    IEnumerable

Remarks

This class determines what the limits are for an instance of the SPResourceTrackingSettings.

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

SPResourceTrackingRuleCollection members

Microsoft.SharePoint.Administration namespace