SecretNET.NFT Namespace

GetIsTransferableResponse_Result..::..TokenIsTransferable Property

True if the token is transferable.

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

Syntax


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

Field Value

true if [token is unwrapped]; otherwise, false.