SecretNET.Token Namespace

GetTransactionHistoryResponse_Result..::..Txs Property

Gets or sets the TXS.

Namespace:  SecretNET.Token
Assembly:  SecretNET.Token (in SecretNET.Token.dll)

Syntax


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);
}

Field Value

The TXS.