Gets or sets a value indicating if live preview of post is displayed.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool EnableRating{ get; set;}
Public Property EnableRating As Boolean
public:
property bool EnableRating {
	bool get ();
	void set (bool value);
}

Field Value

true if live previews are displayed, otherwise returns false.

See Also