SecretNET.NFT Namespace

ViewerInfo..::..Address Property

Address performing the query.

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

Syntax


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