SecretNET.NFT Namespace

GetContractConfigResponse_Result..::..BurnIsEnabled Property

True if burn functionality is enabled.

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

Syntax


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