Click or drag to resize

ComplexExpressionRight Property

Gets or sets the expression on the right 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 Right { get; set; }

Property Value

Type: AbstractExpression
The right side expression
See Also