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