Date of last modification.

Namespace: MonoSoftware.MonoX.SiteMap
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

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);
}
F#
member LastModified : DateTime with get, set

Property Value

Type: DateTime

See Also