Gets or sets the name of the blog.

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

Syntax

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

Field Value

The title of the blog.

See Also