SecretNET.NFT Namespace

GetAllTokensRequest_Payload..::..Limit Property

Number of token IDs to return (default 300).

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

Syntax


public Nullable<int> Limit { get; set; }
Public Property Limit As Nullable(Of Integer)
	Get
	Set
public:
property Nullable<int^> Limit {
	Nullable<int^> get ();
	void set (Nullable<int^> value);
}

Field Value

The limit.