SecretNET.Token Namespace

SetMintersRequest..::..Payload Property

Payload of the request.

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

Syntax


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