SecretNET.NFT Namespace

Extension..::..Name Property

Name of the item.

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

Syntax


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