SecretNET.NFT Namespace

BatchBurn..::..Memo Property

Memo for the transfer transaction that is only viewable by addresses involved in the transfer (recipient, sender, previous owner).

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

Syntax


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