SiteProperties.CurrentResourceUsage property

Gets the current level of resource usage by user code on the site.

Namespace:  Microsoft.Online.SharePoint.TenantAdministration
Assembly:  Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)

Syntax

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

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

Property value

Type: System.Double

See also

Reference

SiteProperties class

SiteProperties members

Microsoft.Online.SharePoint.TenantAdministration namespace