Gets or sets a value that determines the search mode 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.1.0 (2.1.1.620)

Syntax

C#
[DefaultValueAttribute(SearchMode.AllAny)]
public SearchMode SearchMode { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(SearchMode.AllAny)> _
Public Property SearchMode As SearchMode
Visual C++
[DefaultValueAttribute(SearchMode::AllAny)]
public:
property SearchMode SearchMode {
	SearchMode get ();
	void set (SearchMode value);
}

See Also