NoIndex Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Flag to index the page.

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

Syntax

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

See Also