PerformanceObjectInfo.CounterNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.