Share via


PerformanceCounterValue.CounterName Property

Gets the name of the performance counter.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntax

'Declaration
Public ReadOnly Property CounterName As String
public string CounterName { get; }
public:
property String^ CounterName {
    String^ get ();
}
member CounterName : string with get
function get CounterName () : String

Property Value

Type: String
The name of the performance counter.

.NET Framework Security

See Also

Reference

PerformanceCounterValue Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace