Gets the collection of ids of all currently selected dimension values.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

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

See Also