SecretNET.NFT Namespace

GetVerifyTransferApprovalResponse_Result..::..ApprovedForAll Property

True if the address has transfer approval on all the token_ids.

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

Syntax


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

Field Value

true if [approved for all]; otherwise, false.