SecretNET.NFT Namespace

Extension..::..Description Property

Item description.

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

Syntax


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