Click or drag to resize

ComplexExpressionLeft Property

Gets or sets the expression on the left side of the logical operator

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

Property Value

Type: AbstractExpression
The left side expression
See Also