| 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; }
Public ReadOnly Property Id As String
Get
public:
virtual property String^ Id {
String^ get () sealed;
}
abstract Id : string with get
override Id : string with get
Property Value
Type:
StringThe identifier.
Implements
IConfigurationMigrationIdSee Also