 |
VoucherVoucherDefaultEntryID Property |
The ID of the default voucher to be used.
Created in Epic SDK V5.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 int VoucherDefaultEntryID { get; set; }
Public Property VoucherDefaultEntryID As Integer
Get
Set
Dim instance As Voucher
Dim value As Integer
value = instance.VoucherDefaultEntryID
instance.VoucherDefaultEntryID = value
Property Value
Type:
Int32
VoucherDefaultEntryID As Integer.
Remarks Note |
---|
- Name - VoucherDefaultEntryID
- Is Identity - True
- Required On Insert - False
- Required On Update - False
|
See Also