 | DbApplicationEntitySoftwareName Property |
Gets or sets the name of the software.
Namespace: SanteDB.Persistence.Data.Model.EntitiesAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic 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
StringThe name of the software.
See Also