Gets the DimensionValueCollection containing the results of the search.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public DimensionValueCollection DimensionValues { get; }
Visual Basic (Declaration)
Public ReadOnly Property DimensionValues As DimensionValueCollection
Visual C++
public:
property DimensionValueCollection^ DimensionValues {
	DimensionValueCollection^ get ();
}

See Also