Gets the author.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
string Author{ get;}
ReadOnly Property Author As String
property String^ Author {
	String^ get ();
}

Field Value

The author.

See Also

IPublishable Interface
BlogEngine.Core Namespace