SPSite.AverageResourceUsage Property

the average resource usage of the site collection over the configured window in days.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property AverageResourceUsage As Double
    Get
'Usage
Dim instance As SPSite
Dim value As Double

value = instance.AverageResourceUsage
public double AverageResourceUsage { get; }

Property Value

Type: System.Double
A Double indicating the average resource usage of the site collection over the configured period of days.

See Also

Reference

SPSite Class

SPSite Members

Microsoft.SharePoint Namespace