Gets the collection dimensions to search within.
            
    Namespace: 
   Endeca.Web.UIAssembly: Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
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 (); } | 





