 |
DetailItemIsPendingPayable Property |
Specifies if this is a pending payable row
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Voucher
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.2.0.769
Syntaxpublic bool IsPendingPayable { get; set; }
Public Property IsPendingPayable As Boolean
Get
Set
Dim instance As DetailItem
Dim value As Boolean
value = instance.IsPendingPayable
instance.IsPendingPayable = value
Property Value
Type:
Boolean
Remarks
See Also