SPSystemPerformanceMonitorCollection.Count - Propriété
Obtient le nombre d'écrans dans la collection.
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Count As Integer
Get
'Utilisation
Dim instance As SPSystemPerformanceMonitorCollection
Dim value As Integer
value = instance.Count
public int Count { get; }
Valeur de propriété
Type : System.Int32
Le nombre d'écrans dans la collection.
Voir aussi
Référence
SPSystemPerformanceMonitorCollection classe