 |
TransferOfFundsTransferAmount Property |
Transfer amount.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Action
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.1.0.391
Syntaxpublic decimal TransferAmount { get; set; }
Public Property TransferAmount As Decimal
Get
Set
Dim instance As TransferOfFunds
Dim value As Decimal
value = instance.TransferAmount
instance.TransferAmount = value
Property Value
Type:
DecimalReturn Value
Type:
Decimal
Remarks
See Also