 |
OutstandingPaymentDescription Property |
Used to specify the Description.
Created in Epic SDK 2021.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Receipt
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.1.0.391
Syntaxpublic string Description { get; set; }
Public Property Description As String
Get
Set
Dim instance As OutstandingPayment
Dim value As String
value = instance.Description
instance.Description = value
Property Value
Type:
String
Description As String.
Remarks Note |
---|
- Name - Description
- Length - 70
- Accepts Multiple Lines - False
- Required On Insert - False
- Required On Update - False
|
See Also