SPDiagnosticsPerformanceCounterProvider.Categories property
The list of categories and counters the provider will collect.
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Categories As IList(Of SPPerformanceCategoryDefinition)
Get
'Usage
Dim instance As SPDiagnosticsPerformanceCounterProvider
Dim value As IList(Of SPPerformanceCategoryDefinition)
value = instance.Categories
public IList<SPPerformanceCategoryDefinition> Categories { get; }
Property value
Type: System.Collections.Generic.IList<SPPerformanceCategoryDefinition>
Returns IList<T>.
See also
Reference
SPDiagnosticsPerformanceCounterProvider class