| ApplicationEntityVersionName Property |
Gets or sets the version of the software
Namespace:
SanteDB.Core.Model.Entities
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public string VersionName { get; set; }
Public Property VersionName As String
Get
Set
public:
property String^ VersionName {
String^ get ();
void set (String^ value);
}
member VersionName : string with get, set
Property Value
Type:
StringSee Also