Gets the collection of DimensionValueCollection objects that represent the results of the search. Each DimensionValueCollection represents a navigation state.

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

Syntax

C#
public ReadOnlyCollection<DimensionValueCollection> CompoundDimensionValues { get; }
Visual Basic (Declaration)
Public ReadOnly Property CompoundDimensionValues As ReadOnlyCollection(Of DimensionValueCollection)
Visual C++
public:
property ReadOnlyCollection<DimensionValueCollection^>^ CompoundDimensionValues {
	ReadOnlyCollection<DimensionValueCollection^>^ get ();
}

See Also