LastPageText Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the text to display in place of [LastPageText].

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

Syntax

C#
public string LastPageText { get; set; }
Visual Basic
Public Property LastPageText As String
	Get
	Set
Visual C++
public:
property String^ LastPageText {
	String^ get ();
	void set (String^ value);
}

Field Value

Text to display in place of [LastPageText]. The default value is empty string.

Remarks

Use this property to set the text to display in place of [LastPageText].

See Also