SecretNET.NFT Namespace

GetInventoryApprovalsResponse_Result..::..PrivateMetadataIsPublic Property

True if private metadata is public for this token.

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

Syntax


public Nullable<bool> PrivateMetadataIsPublic { get; set; }
Public Property PrivateMetadataIsPublic As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> PrivateMetadataIsPublic {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}

Field Value

null if [private metadata is public] contains no value, true if [private metadata is public]; otherwise, false.