| ContainerHeightQuantity Property |
Gets or sets the height quantity. The height of the container.
Namespace:
SanteDB.Core.Model.Entities
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public 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
Type:
NullableDecimalThe height quantity.
See Also