 |
VoucherGetResultVouchers Property |
The list of Vouchers to return
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 Voucher[] Vouchers { get; set; }
Public Property Vouchers As Voucher()
Get
Set
Dim instance As VoucherGetResult
Dim value As Voucher()
value = instance.Vouchers
instance.Vouchers = value
Property Value
Type:
VoucherReturn Value
Type:
Voucher
Remarks
See Also