Gets the date of the last update of the task.
Namespace: Therefore.API
Visual Basic
Public Overridable ReadOnly Property LastUpdate As DateTime
C#
public virtual DateTime LastUpdate { get; }
Parameters
None.
Property Value
The time when the task was last updated.
|