SPSystemPerformanceMonitorCollection.Item - Propriété
Obtient le moniteur à l'index spécifié.
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
iIndex As Integer _
) As SPSystemPerformanceMonitor
Get
'Utilisation
Dim instance As SPSystemPerformanceMonitorCollection
Dim iIndex As Integer
Dim value As SPSystemPerformanceMonitor
value = instance(iIndex)
public SPSystemPerformanceMonitor this[
int iIndex
] { get; }
Paramètres
- iIndex
Type : System.Int32
Valeur de propriété
Type : Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitor
Le moniteur à l'index de base zéro spécifié.
Voir aussi
Référence
SPSystemPerformanceMonitorCollection classe