Gets and sets the left-hand side of this binary expression.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual IExpr Lhs { get; set; }
Visual Basic
Public Overridable Property Lhs As IExpr
	Get
	Set
Visual C++
public:
virtual property IExpr^ Lhs {
	IExpr^ get ();
	void set (IExpr^ value);
}

Field Value

An object of type IExpr that is the left-hand side for this ExprBinary.

See Also