 |
BankStatementComments Property |
Statement comments.
Created in Epic SDK 2018.
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 string StatementComments { get; set; }
Public Property StatementComments As String
Get
Set
Dim instance As Bank
Dim value As String
value = instance.StatementComments
instance.StatementComments = value
Property Value
Type:
String
StatementComments As String.
Remarks Note |
---|
- Name - StatementComments
- Length - 500
- Required On Insert - False
- Required On Update - False
|
See Also