[This is preliminary documentation and is subject to change.]

Name or nick of the author

Namespace: Tools.InternalT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public string Name { get; set; }
Visual Basic
Public Property Name As String
	Get
	Set
Visual C++
public:
property String^ Name {
	String^ get ();
	void set (String^ value);
}
F#
member Name : string with get, set
JScript
function get Name () : String
function set Name (value : String)

See Also