Gets or sets a value that determines the property or search interface name to use when a tag is selected.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[DefaultValueAttribute("All")]
public string SearchKey { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("All")> _
Public Property SearchKey As String
Visual C++
[DefaultValueAttribute(L"All")]
public:
property String^ SearchKey {
	String^ get ();
	void set (String^ value);
}

See Also