Gets or sets the number of minutes to wait before polling blog-roll sources for changes.

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

Syntax

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

Field Value

The number of minutes to wait before polling blog-roll sources for changes.

See Also