User's email address

Namespace: MonoSoftware.MonoX.Blog
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
string Email { get; set; }
Visual Basic
Property Email As String
	Get
	Set
Visual C++
property String^ Email {
	String^ get ();
	void set (String^ value);
}
F#
abstract Email : string with get, set

Property Value

Type: String

See Also