SPMigratableSiteCollection.Count-Eigenschaft
HINWEIS: Diese API ist veraltet.
Ruft die Anzahl der Websitesammlungen in der Auflistung ab.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
Public ReadOnly Property Count As Integer
Get
'Usage
Dim instance As SPMigratableSiteCollection
Dim value As Integer
value = instance.Count
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
public int Count { get; }
Eigenschaftswert
Typ: System.Int32
Eine 32-Bit-Ganzzahl, die Anzahl der Websitesammlungen angibt.
Implementiert
Siehe auch
Referenz
SPMigratableSiteCollection Klasse