SPSiteAdministration.CurrentResourceUsage property

Specifies the current resource usage of the site collection, to this point.

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

Syntax

'Declaration
Public ReadOnly Property CurrentResourceUsage As Double
    Get
'Usage
Dim instance As SPSiteAdministration
Dim value As Double

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

Property value

Type: System.Double
A double that displays the current resource usage of the site collection over the last day.

See also

Reference

SPSiteAdministration class

SPSiteAdministration members

Microsoft.SharePoint.Administration namespace