Gets a collection containing the DimensionValues along the path leading from
from the root of dimension value of the the owning Dimension to this
DimensionValue (inclusive).
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
public DimensionValuePath DimensionValuePath { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property DimensionValuePath As DimensionValuePath |
| Visual C++ |
|---|
public: property DimensionValuePath^ DimensionValuePath { DimensionValuePath^ get (); } |
Exceptions
| Exception | Condition |
|---|---|
| System..::.NotSupportedException | If this property is accessed on a DisconnectedDimensionValue |