| DbCodeSystemVersionText Property |
Gets or sets the version text from the CS authorty
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Concepts
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public string VersionText { get; set; }
Public Property VersionText As String
Get
Set
public:
property String^ VersionText {
String^ get ();
void set (String^ value);
}
member VersionText : string with get, set
Property Value
Type:
StringSee Also