Gets or sets the email.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public string Email{ get; set;}
Public Property Email As String
public:
property String^ Email {
	String^ get ();
	void set (String^ value);
}

Field Value

The email.

See Also

Comment Class
BlogEngine.Core Namespace