Sets the aggregated record for the query. AggrERec.

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

Syntax

C#
public virtual void SetA(
	string a
)
Visual Basic
Public Overridable Sub SetA ( _
	a As String _
)
Visual C++
public:
virtual void SetA(
	String^ a
)

Parameters

a
Type: System..::..String
Where a is an aggregated ERecord specification.

Exceptions

ExceptionCondition
Endeca.Navigation..::..UrlENEQueryParseException If the aggregated record Id is unable to be parsed.

See Also