| InvoiceElementUnitPrice Property |
Gets or sets the price of each unit
Namespace:
SanteDB.Core.Model.Acts
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public decimal UnitPrice { get; set; }
Public Property UnitPrice As Decimal
Get
Set
public:
property Decimal UnitPrice {
Decimal get ();
void set (Decimal value);
}
member UnitPrice : decimal with get, set
Property Value
Type:
DecimalSee Also