Gets or sets the default number of recent posts to display.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int NumberOfRecentComments{ get; set;}
Public Property NumberOfRecentComments As Integer
public:
property int NumberOfRecentComments {
	int get ();
	void set (int value);
}

Field Value

The number of recent posts to display.

See Also