SPSiteAdministration.DiskUsed property
Gets a value indicating the amount of disk space used by the site collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property DiskUsed As Long
Get
'Usage
Dim instance As SPSiteAdministration
Dim value As Long
value = instance.DiskUsed
public long DiskUsed { get; }
Property value
Type: System.Int64
A 64-bit integer indicating the amount of space used by this site collection.