| SynchronizationLogEntryLastSync Property |
Represents the last synchronization performed
Namespace:
SanteDB.DisconnectedClient.SQLite.Synchronization.Model
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public DateTime LastSync { get; set; }
Public Property LastSync As DateTime
Get
Set
public:
virtual property DateTime LastSync {
DateTime get () sealed;
void set (DateTime value) sealed;
}
abstract LastSync : DateTime with get, set
override LastSync : DateTime with get, set
Property Value
Type:
DateTimeImplements
ISynchronizationLogEntryLastSyncSee Also