Gets or sets the search mode for the dimension search.  
            
    Namespace: 
   Endeca.Web.UIAssembly: Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# | 
|---|
public Nullable<SearchMode> SearchMode { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property SearchMode As Nullable(Of SearchMode)  | 
| Visual C++ | 
|---|
public: property Nullable<SearchMode> SearchMode { Nullable<SearchMode> get (); void set (Nullable<SearchMode> value); }  |