 |
VoucherVoucherID Property |
Unique identifier used to specify a voucher.
Created in Epic SDK V5.0.
Sometimes 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.2.0.769
Syntaxpublic int VoucherID { get; set; }
Public Property VoucherID As Integer
Get
Set
Dim instance As Voucher
Dim value As Integer
value = instance.VoucherID
instance.VoucherID = value
Property Value
Type:
Int32
VoucherID As Integer.
Remarks Note |
---|
- Name - VoucherID
- Is Identity - True
- Required On Insert - False
- Required On Update - True
|
See Also