 |
ChartOfAccountDescription Property |
Description
Created in Epic SDK 2019.
Required
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 string Description { get; set; }
Public Property Description As String
Get
Set
Dim instance As ChartOfAccount
Dim value As String
value = instance.Description
instance.Description = value
Property Value
Type:
String
Description As String.
Remarks On insert, SDKwill modify all the cultures. On update, SDK will only display and modify the en-US culture.
Note |
---|
- Name - Description
- Length - 70
- Required On Insert - True
- Required On Update - True
|
See Also