 |
BankBankID Property |
Unique identifier used to specify Bank Reconciliation.
Created in Epic SDK 2018.
Sometimes Required
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Reconcile
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.1.0.391
Syntaxpublic int BankID { get; set; }
Public Property BankID As Integer
Get
Set
Dim instance As Bank
Dim value As Integer
value = instance.BankID
instance.BankID = value
Property Value
Type:
Int32
BankID As Integer.
Remarks Note |
---|
- Name - BankID
- Is Identity - True
- Required On Insert - False
- Required On Update - True
|
See Also