StockCard_ParameterValueNumeric Property |  |
Číselná hodnota parametra (ak je typ hodnoty číslo).
Namespace: Exa.OBERON.ServicesCashRegisterGen2.Stock.StockCardsAssembly: Exa.OBERON.ServicesCashRegisterGen2 (in Exa.OBERON.ServicesCashRegisterGen2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic decimal ValueNumeric { get; set; }Public Property ValueNumeric As Decimal
Get
Set
Dim instance As StockCard_Parameter
Dim value As Decimal
value = instance.ValueNumeric
instance.ValueNumeric = value
Property Value
Decimal
See Also