JobStatusChangedTimestamp Property
Summary
UTC timestamp for when the compare job's JobStatus was last updated.
Syntax
[DataMemberAttribute(Name="jobStatusChangedTimestamp")]
public string JobStatusChangedTimestamp {get; set;}
<DataMemberAttribute(Name:="jobStatusChangedTimestamp")>
Public Property JobStatusChangedTimestamp() As String
Get
Set
public:
[DataMemberAttribute(Name=L"jobStatusChangedTimestamp")]
property String^ JobStatusChangedTimestamp
{
String^ get()
void set(String^ value)
}
Property Value
String corresponding to a UTC timestamp. The default value is null.