Gets and sets the subexpression for this ExprFunction.

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

Field Value

An object of type IExpr that is the subexpression for this ExprFunction.

See Also