 | IGetListResponseTransaction Property |
Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.
Gets the transaction list.
Namespace: ETradeNet.Accounts.TransactionsAssembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
SyntaxList<Transaction> Transaction { get; }
ReadOnly Property Transaction As List(Of Transaction)
Get
property List<Transaction^>^ Transaction {
List<Transaction^>^ get ();
}
abstract Transaction : List<Transaction> with get
Property Value
Type:
ListTransactionTransaction list.
See Also