VariableValueConditionOperator Property |
Gets or sets the relational operator.
Namespace:
Hummingbird.TestFramework.Automation.FunctionalConditions
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public RelationalOperator Operator { get; set; }
<DataMemberAttribute>
Public Property Operator As RelationalOperator
Get
Set
public:
[DataMemberAttribute]
property RelationalOperator Operator {
RelationalOperator get ();
void set (RelationalOperator value);
}
[<DataMemberAttribute>]
member Operator : RelationalOperator with get, set
Property Value
Type:
RelationalOperator
The operator.
See Also