SPResourceMeasureCollection class

Encapsulates a static collection of resource measures that contain the GUIDs and the limits associated with the data to monitor for user code.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPResourceMeasure>
    Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPResourceMeasure>
      Microsoft.SharePoint.Administration.SPResourceMeasureCollection

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPResourceMeasureCollection _
    Inherits SPPersistedChildCollection(Of SPResourceMeasure)
'Usage
Dim instance As SPResourceMeasureCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPResourceMeasureCollection : SPPersistedChildCollection<SPResourceMeasure>

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

SPResourceMeasureCollection members

Microsoft.SharePoint.Administration namespace