 |
DisbursementCheckComments Property |
Ignored if voided and not printed.
Created in Epic SDK V7.0.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Disbursement
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2023.1.0.1249
Syntaxpublic string CheckComments { get; set; }
Public Property CheckComments As String
Get
Set
Dim instance As Disbursement
Dim value As String
value = instance.CheckComments
instance.CheckComments = value
Property Value
Type:
String
CheckComments As String.
Remarks Note |
---|
- Name - CheckComments
- Length - 4000
- Required On Insert - False
- Required On Update - False
|
See Also