Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the comparison operator.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property ComparisonOperator As ForLoopComparisonOperator
public ForLoopComparisonOperator ComparisonOperator { get; set; }
public:
property ForLoopComparisonOperator ComparisonOperator {
ForLoopComparisonOperator get ();
void set (ForLoopComparisonOperator value);
}
member ComparisonOperator : ForLoopComparisonOperator with get, set
function get ComparisonOperator () : ForLoopComparisonOperator
function set ComparisonOperator (value : ForLoopComparisonOperator)
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.ForLoopComparisonOperator
The comparison operator.
.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.