 | DbContainerHeightQuantity Property |
Gets or sets the height quantity
Namespace: SanteDB.Persistence.Data.Model.EntitiesAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic decimal? HeightQuantity { get; set; }Public Property HeightQuantity As Decimal?
Get
Set
public:
property Nullable<Decimal> HeightQuantity {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}member HeightQuantity : Nullable<decimal> with get, set
Property Value
NullableDecimal
See Also