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