Click or drag to resize

InitialQueueCatalogDescription Property

A human readable description of the migration

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

Property Value

Type: String
The description.

Implements

IConfigurationMigrationDescription
See Also