Click or drag to resize

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; }

Property Value

Type: DateTime

Implements

ISynchronizationLogEntryLastSync
See Also