Gets or sets the search mode for the dimension search.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[CommandParameterPropertyAttribute(Key = "Dxm")]
public Nullable<SearchMode> SearchMode { get; set; }
Visual Basic (Declaration)
<CommandParameterPropertyAttribute(Key := "Dxm")> _
Public Property SearchMode As Nullable(Of SearchMode)
Visual C++
[CommandParameterPropertyAttribute(Key = L"Dxm")]
public:
property Nullable<SearchMode> SearchMode {
	Nullable<SearchMode> get ();
	void set (Nullable<SearchMode> value);
}

See Also