TaskProcessingJobStatusLastUpdatedAt Property |
The time the status was last updated by the processor.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic Nullable<DateTime> LastUpdatedAt { get; set; }
Public Property LastUpdatedAt As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> LastUpdatedAt {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
Property Value
Type:
NullableDateTime
See Also