Gets the set of statement names included in the analytics results
            associated with this Navigation.
            
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)
 Syntax
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
See Also