Gets or sets the name of the author of this blog.

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

Syntax

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

Field Value

The name of the author of this blog.

See Also