SPSiteInventoryUsageEntry.SiteSize Property
Number of page levels in the site.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property SiteSize As Long
Get
Set
'Usage
Dim instance As SPSiteInventoryUsageEntry
Dim value As Long
value = instance.SiteSize
instance.SiteSize = value
public long SiteSize { get; set; }
Property Value
Type: System.Int64
A Int64 representation of the site size.
See Also
Reference
SPSiteInventoryUsageEntry Class