SecretNET.NFT Namespace

Trait..::..TraitType Property

Name of the trait.

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

Syntax


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