Gets the date and the time that the annotation was last modified.

Namespace: FirstFloor.Documents.Annotations
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

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

Field Value

The last modification time.

See Also