SPSite.CurrentResourceUsage property

Indicates the current resource usage of the site collection.

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

Syntax

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

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

Property value

Type: System.Double
A Double value indicating usage.

See also

Reference

SPSite class

SPSite members

Microsoft.SharePoint namespace