 |
VoucherVoucherDescription Property |
Voucher Description
Created in Epic SDK V5.0.
Required
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Voucher
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.1.0.391
Syntaxpublic string VoucherDescription { get; set; }
Public Property VoucherDescription As String
Get
Set
Dim instance As Voucher
Dim value As String
value = instance.VoucherDescription
instance.VoucherDescription = value
Property Value
Type:
String
VoucherDescription As String.
Remarks Note |
---|
- Name - VoucherDescription
- Length - 70
- Required On Insert - True
- Required On Update - True
|
See Also