SPSiteInventoryUsageEntry.SiteSize-Eigenschaft
HINWEIS: Diese API ist veraltet.
Anzahl der Seitenebenen auf der Website.
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; }
Eigenschaftswert
Typ: System.Int64
Eine Int64 Darstellung der Websitegröße.
Siehe auch
Referenz
SPSiteInventoryUsageEntry Klasse