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

Web pages of the author

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

Syntax

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

See Also