Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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