TransactionListEventArgs.Transactions Property

Gets the transactions.
public Transaction[] Transactions {get;}
This language is not supported or no code example is available.
public:  
property array< Transaction^ >^ Transactions { 
array< Transaction^ >^ get( ); 
}
This language is not supported or no code example is available.
public function get Transactions() : Transaction[];
This language is not supported or no code example is available.

Property Value

Transaction[]

The transactions.

In this article

Definition