 | ISynchronizationLogEntryLastSync Property |
Gets the last sync time that this was successfully completed.
Namespace: SanteDB.Client.Disconnected.Data.SynchronizationAssembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
SyntaxDateTimeOffset? LastSync { get; }ReadOnly Property LastSync As DateTimeOffset?
Get
property Nullable<DateTimeOffset> LastSync {
Nullable<DateTimeOffset> get ();
}abstract LastSync : Nullable<DateTimeOffset> with get
Property Value
NullableDateTimeOffset
See Also