Gets the set of statement names included in the analytics results associated with this Navigation.

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

Syntax

C#
public IList AnalyticsStatementNames { get; }
Visual Basic
Public ReadOnly Property AnalyticsStatementNames As IList
	Get
Visual C++
public:
property IList^ AnalyticsStatementNames {
	IList^ get ();
}

Field Value

A list containing the names of analytics results associated with this Navigation, in alphabetical order. If no analytics results are available, an empty list is returned.

See Also