  | InvoiceElementUnitQuantity Property  | 
 
            Gets or sets the number of units included in the price
            
 
    Namespace: 
   SanteDB.Core.Model.Acts
    Assembly:
   SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntaxpublic decimal UnitQuantity { get; set; }Public Property UnitQuantity As Decimal
	Get
	Set
public:
property Decimal UnitQuantity {
	Decimal get ();
	void set (Decimal value);
}member UnitQuantity : decimal with get, set
Property Value
Type: 
Decimal
See Also