LastUpdatedTime Property
Summary
Gets or sets the last date and time the progress or status was updated for a job.
Syntax
[DataMemberAttribute()]
public Nullable<DateTime> LastUpdatedTime { get; set; }
Public Property LastUpdatedTime As Nullable(Of Date)
public:
property Nullable<DateTime> LastUpdatedTime {
Nullable<DateTime> get();
void set ( Nullable<DateTime> );
}
Property Value
A System.DateTime object that represents the last date and time the progress or status of a job was updated. Update the progress of a job by calling the UpdatePercentage method.