 |
DetailItemIsBankAccount Property |
Specifies if this is a bank account line. Most likely does not need to be set by the user.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Disbursement
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2023.1.0.1249
Syntaxpublic bool IsBankAccount { get; set; }
Public Property IsBankAccount As Boolean
Get
Set
Dim instance As DetailItem
Dim value As Boolean
value = instance.IsBankAccount
instance.IsBankAccount = value
Property Value
Type:
Boolean
Remarks
See Also