public TransactionTx[] Txs { get; set; }
Public Property Txs As TransactionTx() Get Set
public: property array<TransactionTx^>^ Txs { array<TransactionTx^>^ get (); void set (array<TransactionTx^>^ value); }