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

Declaration Syntax
public virtual IExpr Rhs{ get; set;}
Public Overridable Property Rhs As IExpr
public:
virtual property IExpr^ Rhs {
IExpr^ get ();
void set (IExpr^ value);
}

Value
An object of type
IExpr that is
the right-hand side for this
ExprBinary.
Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0