Gets or sets the name and type of Analytics fields for each statement in data tables.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[DefaultValueAttribute(null)]
public DataSet AnalyticsSchema { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(Nothing)> _
Public Property AnalyticsSchema As DataSet
Visual C++
[DefaultValueAttribute(nullptr)]
public:
property DataSet^ AnalyticsSchema {
	DataSet^ get ();
	void set (DataSet^ value);
}

See Also