Get the Last Update Date of the object

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

Syntax

C#
Nullable<DateTime> LastUpdatedDate { get; }
Visual Basic
ReadOnly Property LastUpdatedDate As Nullable(Of DateTime)
	Get
Visual C++
property Nullable<DateTime> LastUpdatedDate {
	Nullable<DateTime> get ();
}

Field Value

DateTime

See Also