SecretNET.NFT Namespace

GetAllNftInfoResponse_Access..::..Owner Property

Address of the token's owner.

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

Syntax


public bool Owner { get; set; }
Public Property Owner As Boolean
	Get
	Set
public:
property bool^ Owner {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if owner; otherwise, false.