Gets or sets the maximum number of characters that are displayed from a blog-roll retrieved post.

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

Syntax

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

Field Value

The maximum number of characters to display.

See Also