Flag to index the page.

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

Syntax

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

See Also