SecretNET.Token Namespace

GetMintersResponse..::..Result Property

Payload of the response.

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

Syntax


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