CurrencyInfoAmount Property |  |
Množstvo meny, za ktoré sa uvádza kurz v kurzovom lístku.
Namespace: Exa.OBERON.ServicesGen2.Common.CurrencyAssembly: Exa.OBERON.ServicesGen2 (in Exa.OBERON.ServicesGen2.dll) Version: 5.0.0.0 (5.0.0.0)
Syntaxpublic int Amount { get; set; }
Public Property Amount As Integer
Get
Set
Dim instance As CurrencyInfo
Dim value As Integer
value = instance.Amount
instance.Amount = value
Property Value
Int32
See Also