SPPerformanceCategoryDefinition.CounterNames Property
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