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

@-mail to the author

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

Syntax

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

See Also