Share via


SPSite.UsageInfo.Storage Field

Contains the total amount of storage in bytes that is consumed by the site collection.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Storage As Long
'Usage
Dim instance As SPSite.UsageInfo
Dim value As Long

value = instance.Storage

instance.Storage = value
public long Storage

Remarks

The data of the Storage field is used to enforce storage quotas.

See Also

Reference

SPSite.UsageInfo Structure

SPSite.UsageInfo Members

Microsoft.SharePoint Namespace