TransactionList.Transactions Property

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

Property Value

Transaction[]

In this article

Definition