Gets or sets the number of posts to show an each page.

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

Syntax

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

Field Value

The number of posts to show an each page.

See Also