SecretNET.NFT Namespace

Trait..::..DisplayType Property

Indicates how a trait should be displayed.

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

Syntax


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