LastModified Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Last modified date of the page.

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

Syntax

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

See Also