Click or drag to resize

DefaultBackupJob.LastStarted Property

Last time the backup was started

Namespace:  SanteDB.DisconnectedClient.Backup
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public DateTime? LastStarted { get; }

Property Value

Type: Nullable<DateTime>

Implements

IJob.LastStarted
See Also