SecretNET.Token Namespace

GetTransactionHistoryRequest_Payload..::..PageSize Property

Number of transactions to return, starting from the latest. i.e. n=1 will return only the latest transaction (not optional).

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

Syntax


public int PageSize { get; set; }
Public Property PageSize As Integer
	Get
	Set
public:
property int^ PageSize {
	int^ get ();
	void set (int^ value);
}

Field Value

The size of the page.