 |
DetailTotalDebit Property |
Total debit
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.JournalEntry
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.2.0.769
Syntaxpublic decimal TotalDebit { get; set; }
Public Property TotalDebit As Decimal
Get
Set
Dim instance As Detail
Dim value As Decimal
value = instance.TotalDebit
instance.TotalDebit = value
Property Value
Type:
DecimalReturn Value
Type:
Decimal
Remarks
See Also