Sets the aggregated record rollup key with which the aggregated record is derived. AggrERecRollupKey.

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

Syntax

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

Parameters

au
Type: System..::..String
Rollup key with which the aggregated record is derived.

See Also