 |
ReconcileDetailItemTransactionID Property |
Unique identifier used to specify the related transaction.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Reconcile
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2023.1.0.1249
Syntaxpublic Nullable<int> TransactionID { get; set; }
Public Property TransactionID As Nullable(Of Integer)
Get
Set
Dim instance As ReconcileDetailItem
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
- Allow Negatives - False
- Min Value -
- MaxValue -
|
See Also