Click or drag to resize

SynchronizationQueueEntryId Property

Gets or sets the identifier.

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

Property Value

Type: Int32
The identifier.

Implements

ISynchronizationQueueEntryId
See Also