Gets or sets the number of posts to display from a blog-roll source.

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

Syntax

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

Field Value

The number of posts to display from a blog-roll source.

See Also