An enumeration of dimension values, including everything but the first and last items.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)
Syntax
| C# |
|---|
public IEnumerable<DimensionValue> Intermediates { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Intermediates As IEnumerable(Of DimensionValue) |
| Visual C++ |
|---|
public: property IEnumerable<DimensionValue^>^ Intermediates { IEnumerable<DimensionValue^>^ get (); } |