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 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