LinkedTxns Property
Information used to reference a transaction that is linked to the existing transaction.
Syntax
[VB.NET] Public ReadOnlyProperty LinkedTxns As LinkedTransactionList
[C#] public LinkedTransactionList LinkedTxns {get;}
Remarks
This property can be used to reference the original transaction which is linked to the current response. Simply set the Id property of the appropriate component (based on the TxnType field) and call the Get method.
This property is read-only and not available at design time.