Gets the collection dimensions to search within.

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

Syntax

C#
[CommandParameterPropertyAttribute(Key = "Di")]
public Collection<string> SearchWithinDimensionIds { get; set; }
Visual Basic (Declaration)
<CommandParameterPropertyAttribute(Key := "Di")> _
Public Property SearchWithinDimensionIds As Collection(Of String)
Visual C++
[CommandParameterPropertyAttribute(Key = L"Di")]
public:
property Collection<String^>^ SearchWithinDimensionIds {
	Collection<String^>^ get ();
	void set (Collection<String^>^ value);
}

See Also