SecretNET.Token Namespace

GetTransferHistoryResponse_Result..::..Txs Property

Gets or sets the TXS.

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

Syntax


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

Field Value

The TXS.