Share via


UsageInfo.Bandwidth Property

Gets a value that specifies the cumulative bandwidth, in bytes, used by the site collection during an implementation specific period.

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 Bandwidth As Long
    Get
'Usage
Dim instance As UsageInfo
Dim value As Long

value = instance.Bandwidth
[RemoteAttribute]
public long Bandwidth { get; }

Property Value

Type: System.Int64
Int64
The cumulative bandwidth, in bytes. This value must be equal to or greater than 0.

See Also

Reference

UsageInfo Class

UsageInfo Members

Microsoft.SharePoint.Client Namespace