 |
ReceivableTransactionID Property |
Unique identifier used to specify the TransactionID.
Created in Epic SDK 2017 R2.
Namespace:
ASI.TAM.API.Data.UI.Transaction
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
Syntaxpublic Nullable<int> TransactionID { get; set; }
Public Property TransactionID As Nullable(Of Integer)
Get
Set
Dim instance As Receivable
Dim value As Nullable(Of Integer)
value = instance.TransactionID
instance.TransactionID = value
Property Value
Type:
NullableInt32
TransactionID As Integer?.
Remarks Note |
---|
- Name - TransactionID
- Is Identity - True
- Required On Insert - False
- Required On Update - False
|
See Also