Gets or sets the navigation values which the aggregated record will be composed in relation to.

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

Syntax

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

Field Value

Navigation value Ids of the aggregated record is relative to. null if none are specified.

See Also