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
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property Usage As UsageInfo
    Get
'Usage
Dim instance As Site
Dim value As UsageInfo

value = instance.Usage
[RemoteAttribute]
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.

See Also

Reference

Site Class

Site Members

Microsoft.SharePoint.Client Namespace