SecretNET.NFT Namespace

GetContractConfigResponse_Result..::..UnwrappedMetadataIsPrivate Property

True if sealed metadata remains private after unwrapping.

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

Syntax


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