SecretNET.NFT Namespace

BatchSend..::..Contract Property

Address receiving the token (not optional).

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

Syntax


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