 |
ChartOfAccountGetResultChartOfAccounts Property |
Used to store a collection of chart of accounts.
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: 2020.1.0.523
Syntaxpublic ChartOfAccount[] ChartOfAccounts { get; set; }
Public Property ChartOfAccounts As ChartOfAccount()
Get
Set
Dim instance As ChartOfAccountGetResult
Dim value As ChartOfAccount()
value = instance.ChartOfAccounts
instance.ChartOfAccounts = value
Property Value
Type:
ChartOfAccount
ChartOfAccounts As Collection.
Remarks Note |
---|
|
See Also