Gets or sets the text to search for.

Namespace: FirstFloor.Documents.Search
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

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

Field Value

The text to search.

See Also