SecretNET.NFT Namespace

GetImplementsNonTransferableTokensResponse_Result..::..IsEnabled Property

True if the contract implements non-transferable tokens.

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

Syntax


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

Field Value

true if this instance is enabled; otherwise, false.