StopIndexing Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Flag to stop the indexing operation.

Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690

Syntax

C#
public bool StopIndexing { get; set; }
Visual Basic
Public Property StopIndexing As Boolean
	Get
	Set
Visual C++
public:
property bool StopIndexing {
	bool get ();
	void set (bool value);
}

See Also