SecretNET.NFT Namespace

GetTokensResponse..::..Result Property

Payload of the response.

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

Syntax


public GetTokensResponse_Result Result { get; set; }
Public Property Result As GetTokensResponse_Result
	Get
	Set
public:
property GetTokensResponse_Result^ Result {
	GetTokensResponse_Result^ get ();
	void set (GetTokensResponse_Result^ value);
}