Gets or sets the EnableComments or the object.

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

Syntax

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

See Also

Post Class
BlogEngine.Core Namespace