StreamTransactionsTransactions Property |
Gets or sets list of all Stream Transactions.
Namespace:
ArangoDBNetStandard.TransactionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public IList<Transaction> Transactions { get; set; }
Public Property Transactions As IList(Of Transaction)
Get
Set
public:
property IList<Transaction^>^ Transactions {
IList<Transaction^>^ get ();
void set (IList<Transaction^>^ value);
}
member Transactions : IList<Transaction> with get, set
Property Value
Type:
IListTransactionSee Also