Gets or sets the Id of the aggregated record to be queried for.
            
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)
 Syntax
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.
            
 See Also
See Also