Site.Usage property
Gets a value that specifies usage information about the site, including bandwidth, storage, and the number of visits to the site collection.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Usage As UsageInfo
Get
'Usage
Dim instance As Site
Dim value As UsageInfo
value = instance.Usage
public UsageInfo Usage { get; }
Property value
Type: Microsoft.SharePoint.Client.UsageInfo
Returns a UsageInfo.instance representing the usage information about the site, including bandwidth, storage, and the number of visits to the site collection.