NumericalComparisonRule.Value Property
Gets or sets the value.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property Value As Double
public double Value { get; set; }
public:
property double Value {
double get ();
void set (double value);
}
member Value : float with get, set
function get Value () : double
function set Value (value : double)
Property Value
Type: Double
The value.
.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.