SPSiteInventoryUsageEntry.SiteSize property
NOTE: This API is now obsolete.
Number of page levels in the site.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Site inventory collection is no longer necessary for the new analytics platform.")> _
Public Property SiteSize As Long
Get
Set
'Usage
Dim instance As SPSiteInventoryUsageEntry
Dim value As Long
value = instance.SiteSize
instance.SiteSize = value
[ObsoleteAttribute("Site inventory collection is no longer necessary for the new analytics platform.")]
public long SiteSize { get; set; }
Property value
Type: System.Int64
A Int64 representation of the site size.
See also
Reference
SPSiteInventoryUsageEntry class