Gets or sets the search comment label text to display.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public string SearchCommentLabelText{ get; set;}
Public Property SearchCommentLabelText As String
public:
property String^ SearchCommentLabelText {
	String^ get ();
	void set (String^ value);
}

Field Value

The search comment label text to display.

See Also