Gets or sets the rollup key the aggregated record is composed by.

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

Syntax

C#
public virtual string AggrERecRollupKey { get; set; }
Visual Basic
Public Overridable Property AggrERecRollupKey As String
	Get
	Set
Visual C++
public:
virtual property String^ AggrERecRollupKey {
	String^ get ();
	void set (String^ value);
}

Field Value

Rollup key to compose the aggregated record. null if none are specified.

See Also