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.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

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

Exceptions

ExceptionCondition
System..::.NotSupportedException If this property is accessed on a DisconnectedDimensionValue

See Also