Gets and sets the dimension which which the dimension search can search from.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual long DimSearchDimension { get; set; }
Visual Basic
Public Overridable Property DimSearchDimension As Long
	Get
	Set
Visual C++
public:
virtual property long long DimSearchDimension {
	long long get ();
	void set (long long value);
}

Field Value

The dimension Ids of the dimensions that the dimension search can search from.

Remarks

If none is specified, dimension search searches from all dimensions.

See Also