 |
ChartOfAccountIsBankAccount Property |
Displays whether the chart of account is a bank account.
Created in Epic SDK 2019.
Namespace:
ASI.TAM.API.Data.UI.Configure.GeneralLedger
Assembly:
ASI.TAM.API.Data.UI.Configure.GeneralLedger (in ASI.TAM.API.Data.UI.Configure.GeneralLedger.dll) Version: 2021.2.0.769
Syntaxpublic Nullable<bool> IsBankAccount { get; set; }
Public Property IsBankAccount As Nullable(Of Boolean)
Get
Set
Dim instance As ChartOfAccount
Dim value As Nullable(Of Boolean)
value = instance.IsBankAccount
instance.IsBankAccount = value
Property Value
Type:
NullableBoolean
IsBankAccount As Boolean?.
Remarks Note |
---|
|
See Also