Gets or sets the specification of the aggregated record to be queried for.

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

Syntax

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

Field Value

The aggregated record specification of the aggregated record being queried for.

See Also