Share via


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

See Also

Reference

NumericalComparisonRule Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace