SPPerformanceCategoryDefinition.CounterNames property
The list of counters in the category to monitor.
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property CounterNames As IList(Of String)
Get
'Usage
Dim instance As SPPerformanceCategoryDefinition
Dim value As IList(Of String)
value = instance.CounterNames
public IList<string> CounterNames { get; }
Property value
Type: System.Collections.Generic.IList<String>
Returns IList<T>.
See also
Reference
SPPerformanceCategoryDefinition class