BillOpenItemAmount Property |  |
Množstvo položky za danú mernú jednotku.
Namespace: Exa.OBERON.ServicesCashRegisterGen2.CashRegister.BillsOpenAssembly: Exa.OBERON.ServicesCashRegisterGen2 (in Exa.OBERON.ServicesCashRegisterGen2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic decimal Amount { get; set; }Public Property Amount As Decimal
Get
Set
Dim instance As BillOpenItem
Dim value As Decimal
value = instance.Amount
instance.Amount = value
Property Value
Decimal
See Also