SecretNET.NFT Namespace

Extension..::..ProtectedAttributes Property

A select list of trait_types that are in the private metadata. This will only ever be used in lic metadata.

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

Syntax


public Nullable<string>[] ProtectedAttributes { get; set; }
Public Property ProtectedAttributes As Nullable(Of String)()
	Get
	Set
public:
property array<Nullable<String^>>^ ProtectedAttributes {
	array<Nullable<String^>>^ get ();
	void set (array<Nullable<String^>>^ value);
}