Share via


PerformanceObjectInfo.CounterNames Property

Definition

Counter names for the ObjectName

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ CounterNames { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> CounterNames { get; }
member this.CounterNames : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property CounterNames As ReadOnlyCollection(Of String)

Property Value

Returns a ReadOnlyCollection<T> of strings that contain the names of the performance data counters that this object contains information about.

Applies to