Click or drag to resize

ComplexExpressionOperator Property

Gets or sets the operator describes the logical relation of the Left and Right side expresions

Namespace:  Hummingbird.TestFramework.Automation.FunctionalConditions
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public LogicalOperator Operator { get; set; }

Property Value

Type: LogicalOperator
The operator.
See Also