Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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