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