| DbQuantityObservationValue Property |
Gets or sets the value of the measure
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Acts
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public decimal Value { get; set; }
Public Property Value As Decimal
Get
Set
public:
property Decimal Value {
Decimal get ();
void set (Decimal value);
}
member Value : decimal with get, set
Property Value
Type:
DecimalSee Also