 |
ReceiptReceiptID Property |
Unique identifier used to specify the current receipt item.
Created in Epic SDK V5.0.
Sometimes 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: 2021.1.0.391
Syntaxpublic int ReceiptID { get; set; }
Public Property ReceiptID As Integer
Get
Set
Dim instance As Receipt
Dim value As Integer
value = instance.ReceiptID
instance.ReceiptID = value
Property Value
Type:
Int32
ReceiptID As Integer.
Remarks Note |
---|
- Name - ReceiptID
- Is Identity - True
- Required On Insert - False
- Required On Update - True
|
See Also