Click or drag to resize

InitialQueueCatalogId Property

Gets the identifier of the migration

Namespace:  SanteDB.DisconnectedClient.SQLite.Migrations
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public string Id { get; }

Property Value

Type: String
The identifier.

Implements

IConfigurationMigrationId
See Also