SPGeneralPerformanceCategoryDefinition.MonitorAllInstances-Eigenschaft
Ein Boolean-Variable angibt, ob alle Instanzen oder nicht überwacht werden.
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MonitorAllInstances As Boolean
Get
Set
'Usage
Dim instance As SPGeneralPerformanceCategoryDefinition
Dim value As Boolean
value = instance.MonitorAllInstances
instance.MonitorAllInstances = value
public bool MonitorAllInstances { get; set; }
Eigenschaftswert
Typ: System.Boolean
Gibt Booleantrue , wenn alle Instanzen sind überwacht andernfalls false.
Siehe auch
Referenz
SPGeneralPerformanceCategoryDefinition Klasse