Gets or sets the search terms for the dimension search.

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

Syntax

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

See Also