SecretNET.NFT Namespace

Extension..::..Attributes Property

Item attributes

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

Syntax


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