Share via


PerformanceCounterValue.Value Property

Gets the sampled value 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 Value As Single
public float Value { get; }
public:
property float Value {
    float get ();
}
member Value : float32 with get
function get Value () : float

Property Value

Type: Single
The sampled value of the performance counter.

.NET Framework Security

See Also

Reference

PerformanceCounterValue Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace