Click or drag to resize

SynchronizationQueueEntryOperation Property

Gets or sets the operation.

Namespace:  SanteDB.DisconnectedClient.SQLite.Synchronization.Model
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public SynchronizationOperationType Operation { get; set; }

Property Value

Type: SynchronizationOperationType
The operation.

Implements

ISynchronizationQueueEntryOperation
See Also