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

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> SelectedDimensionValueIds { get; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public ReadOnly Property SelectedDimensionValueIds As Collection(Of String)
Visual C++
[BrowsableAttribute(false)]
public:
property Collection<String^>^ SelectedDimensionValueIds {
	Collection<String^>^ get ();
}

See Also