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