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.1.0 (2.1.1.620)

Syntax

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

See Also