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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.