Gets or sets the search button text to be displayed.

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

Syntax

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

Field Value

The search button text to be displayed.

See Also