SecretNET.NFT Namespace

Royalty..::..Recipient Property

The address that should be paid this royalty (not optional).

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

Syntax


public string Recipient { get; set; }
Public Property Recipient As String
	Get
	Set
public:
property String^ Recipient {
	String^ get ();
	void set (String^ value);
}