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

Version-related note

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

Syntax

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

See Also