 | ContainerHeightQuantity Property |
Gets or sets the height quantity. The height of the container.
Namespace: SanteDB.Core.Model.EntitiesAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
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
NullableDecimalThe height quantity.
See Also