 |
DetailItemDescription Property |
Description
Created in Epic SDK V5.0.
Required
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Receipt
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2023.1.0.1249
Syntaxpublic string Description { get; set; }
Public Property Description As String
Get
Set
Dim instance As DetailItem
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 - True
- Required On Update - True
|
See Also