Get the Date when the Asset was last modified

Namespace: Cartella.Interfaces
Assembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
DateTime LastModifiedDate { get; }
Visual Basic
ReadOnly Property LastModifiedDate As DateTime
	Get
Visual C++
property DateTime LastModifiedDate {
	DateTime get ();
}

See Also