DisplayDataBillPriceTotal Property |  |
Celková suma dokladu.
Namespace: Exa.OBERON.ServicesCashRegisterGen2.CashRegister.CustomerDisplayAssembly: Exa.OBERON.ServicesCashRegisterGen2 (in Exa.OBERON.ServicesCashRegisterGen2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic decimal PriceTotal { get; set; }Public Property PriceTotal As Decimal
Get
Set
Dim instance As DisplayDataBill
Dim value As Decimal
value = instance.PriceTotal
instance.PriceTotal = value
Property Value
Decimal
See Also