Endeca Presentation API
Shown Property
NamespacesEndeca.Navigation.AnalyticsStatementShown
Gets and sets whether the Statement is a Return or DefineStatement.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool Shown{ get; set;}
Public Overridable Property Shown As Boolean
public:
virtual property bool Shown {
	bool get ();
	void set (bool value);
}
Value
true if the current Statement is a Return statement (indicates that the application wants to see its result records), or false if it is a Define statement (indicates that it is only used as an intermediate calculation).
Remarks
Return means that the results should be returned to the client, while Define means that it will only be used to compute other results.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0