Gets the collection of DimensionValueCollection objects that represent
the results of the search. Each DimensionValueCollection represents a navigation state.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)
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 (); } |