Sets the aggregated record navigation values for the query. AggrERecNavDescriptors.

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

Syntax

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

Parameters

an
Type: System..::..String
Values with which to retrieve the aggregated records in relation to.

See Also