SPGeneralPerformanceCategoryDefinition.MonitorAllInstances property
A Boolean variable specifying whether all instances are monitored or not.
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; }
Property value
Type: System.Boolean
Returns Booleantrue if all instances are monitored otherwise false.
See also
Reference
SPGeneralPerformanceCategoryDefinition class