SecretNET.NFT Namespace

ConfigSettings..::..OwnerMayUpdateMetadata Property

This config value indicates whether the owner of a token is permitted to update a token's metadata (default: False)

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

Syntax


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