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

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
[ObsoleteAttribute("This method may not be supported in future versions of the MDEX Engine API. Use AggrERecSpec instead.")]
public virtual long AggrERec { get; set; }
Visual Basic
<ObsoleteAttribute("This method may not be supported in future versions of the MDEX Engine API. Use AggrERecSpec instead.")> _
Public Overridable Property AggrERec As Long
	Get
	Set
Visual C++
[ObsoleteAttribute(L"This method may not be supported in future versions of the MDEX Engine API. Use AggrERecSpec instead.")]
public:
virtual property long long AggrERec {
	long long get ();
	void set (long long value);
}

Field Value

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

Remarks

Deprecated: This method may not be supported in future versions of the MDEX Engine API. Use AggrERecSpec instead.

See Also