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
'Usage
Dim instance As PerformanceCounterValue 
Dim value As Single 

value = instance.Value
public float Value { get; }
public:
property float Value {
    float get ();
}
public function get Value () : float

Property Value

Type: System.Single
The sampled value of the performance counter.

.NET Framework Security

See Also

Reference

PerformanceCounterValue Class

PerformanceCounterValue Members

Microsoft.VisualStudio.TestTools.LoadTesting Namespace