UltimateSearch Class Library

UltimateSearchOutput.SearchTimeInSeconds Property

Gets or sets a value that indicates whether search time is displayed in seconds.

[Visual Basic]
Public Property SearchTimeInSeconds As Boolean
[C#]
public bool SearchTimeInSeconds {get; set;}

Property 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

UltimateSearchOutput Class | Karamasoft.WebControls.UltimateSearch Namespace