  | BiMaterializeJobLastStarted Property  | 
 
            Gets or sets the last time this job was started
            
 
    Namespace: 
   SanteDB.BI.Jobs
    Assembly:
   SanteDB.BI (in SanteDB.BI.dll) Version: 2.2.1
Syntaxpublic DateTime? LastStarted { get; }Public ReadOnly Property LastStarted As DateTime?
	Get
public:
virtual property Nullable<DateTime> LastStarted {
	Nullable<DateTime> get () sealed;
}abstract LastStarted : Nullable<DateTime> with get
override LastStarted : Nullable<DateTime> with get
Property Value
Type: 
NullableDateTimeImplements
IJobLastStarted
See Also