Leadtools.Services.Cloud.DataContracts Namespace > JobInformation Class : LastStartedTime Property |
public Nullable<DateTime> LastStartedTime {get; set;}
'Declaration Public Property LastStartedTime As Nullable(Of Date)
'Usage Dim instance As JobInformation Dim value As Nullable(Of Date) instance.LastStartedTime = value value = instance.LastStartedTime
public: property Nullable<DateTime> LastStartedTime { Nullable<DateTime> get(); void set ( Nullable<DateTime> value); }