Gets or sets a value indicating if comments are enabled for posts.

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);
}

Field Value

true if comments can be made against a post, otherwise returns false.

See Also