SearchTimeInSeconds Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets a value that indicates whether search time is displayed in seconds.

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

Syntax

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

Field Value

true if search time is displayed in seconds; false if search time is displayed in milliseconds. The default value is true.

Remarks

Use this property to display search time in seconds.

See Also