Gets and sets the right-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 Rhs { get; set; }
Visual Basic
Public Overridable Property Rhs As IExpr
	Get
	Set
Visual C++
public:
virtual property IExpr^ Rhs {
	IExpr^ get ();
	void set (IExpr^ value);
}

Field Value

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

See Also