Click or drag to resize

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; }

Property Value

Type: String
The name of the software.
See Also