Gets or sets the AnalyticsExpression used in the command. Using the Analytics property will overwrite this property.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
[CommandParameterPropertyAttribute(Key = "Na")]
public string AnalyticsExpression { get; set; }
Visual Basic (Declaration)
<CommandParameterPropertyAttribute(Key := "Na")> _
Public Property AnalyticsExpression As String
Visual C++
[CommandParameterPropertyAttribute(Key = L"Na")]
public:
property String^ AnalyticsExpression {
	String^ get ();
	void set (String^ value);
}

See Also