Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Services.JobProcessor.DataContracts Namespace > JobInformation Class : FailedTime Property |
public Nullable<DateTime> FailedTime {get; set;}
'Declaration Public Property FailedTime As Nullable(Of Date)
'Usage Dim instance As JobInformation Dim value As Nullable(Of Date) instance.FailedTime = value value = instance.FailedTime
public: property Nullable<DateTime> FailedTime { Nullable<DateTime> get(); void set ( Nullable<DateTime> value); }