Gets and sets the subexpression for this ExprAggregate. The aggregate function will be evaluated on this subexpression.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

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 ExprAggregate.

See Also