Gets or sets a value indicating if search of post comments is enabled.

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

Syntax

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

Field Value

true if post comments can be searched, otherwise returns false.

See Also