←Select platform

JobStatusChangedTimestamp Property

Summary

UTC timestamp for when the compare job's JobStatus was last updated.

Syntax
C#
VB
C++
[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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Compare Assembly