SecretNET.NFT Namespace

ConfigSettings..::..PublicOwner Property

This config value indicates whether token ownership is public or private by default. Regardless of this setting a user has the ability to change whether the ownership of their tokens is public or private (default: False)

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

Syntax


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