| DbApplicationEntitySoftwareName Property |
Gets or sets the name of the software.
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Entities
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public string SoftwareName { get; set; }
Public Property SoftwareName As String
Get
Set
public:
property String^ SoftwareName {
String^ get ();
void set (String^ value);
}
member SoftwareName : string with get, set
Property Value
Type:
StringThe name of the software.
See Also