Gets the collection dimensions to search within.

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

Syntax

C#
[BrowsableAttribute(false)]
public Collection<string> SearchWithinDimensions { get; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public ReadOnly Property SearchWithinDimensions As Collection(Of String)
Visual C++
[BrowsableAttribute(false)]
public:
property Collection<String^>^ SearchWithinDimensions {
	Collection<String^>^ get ();
}

See Also