|  | DbMaterialQuantity Property  | 
 
            Gets or sets the quantity of an entity within its container.
            
 
    Namespace: 
   SanteDB.DisconnectedClient.SQLite.Model.Entities
    Assembly:
   SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
 Syntax
Syntaxpublic decimal Quantity { get; set; }Public Property Quantity As Decimal
	Get
	Set
public:
property Decimal Quantity {
	Decimal get ();
	void set (Decimal value);
}member Quantity : decimal with get, set
Property Value
Type: 
DecimalThe quantity.
 See Also
See Also