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