 |
DetailTotalCredit Property |
Total Credit
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.1.0.391
Syntaxpublic decimal TotalCredit { get; set; }
Public Property TotalCredit As Decimal
Get
Set
Dim instance As Detail
Dim value As Decimal
value = instance.TotalCredit
instance.TotalCredit = value
Property Value
Type:
DecimalReturn Value
Type:
Decimal
Remarks
See Also