| ContainerCapacityQuantity Property |
Gets or sets the capacity quantity. The functional capacity of the container.
Namespace:
SanteDB.Core.Model.Entities
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public decimal? CapacityQuantity { get; set; }
Public Property CapacityQuantity As Decimal?
Get
Set
public:
property Nullable<Decimal> CapacityQuantity {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}
member CapacityQuantity : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimalThe capacity quantity.
See Also