SecretNET.NFT Namespace

SetGlobalApprovalRequest_Payload..::..ViewOwner Property

Grant or revoke everyone's permission to view the ownership of a token/inventory.

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

Syntax


public Nullable<AccessLevel> ViewOwner { get; set; }
Public Property ViewOwner As Nullable(Of AccessLevel)
	Get
	Set
public:
property Nullable<AccessLevel^> ViewOwner {
	Nullable<AccessLevel^> get ();
	void set (Nullable<AccessLevel^> value);
}

Field Value

The view owner.