The terms to search for.

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

Syntax

C#
public string Terms { get; set; }
Visual Basic (Declaration)
Public Property Terms As String
Visual C++
public:
property String^ Terms {
	String^ get ();
	void set (String^ value);
}

See Also