 |
DetailItemApplyToSelectedItemsApplyCreditsToDebits Property |
Used to apply credits/debits to selected items
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Receipt
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2020.1.0.523
Syntaxpublic ApplyCreditsToDebits ApplyToSelectedItemsApplyCreditsToDebits { get; set; }
Public Property ApplyToSelectedItemsApplyCreditsToDebits As ApplyCreditsToDebits
Get
Set
Dim instance As DetailItem
Dim value As ApplyCreditsToDebits
value = instance.ApplyToSelectedItemsApplyCreditsToDebits
instance.ApplyToSelectedItemsApplyCreditsToDebits = value
Property Value
Type:
ApplyCreditsToDebitsReturn Value
Type:
ApplyCreditsToDebits
Remarks
See Also