Gets the parent dimension value of this dimension value.

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

Syntax

C#
public DimensionValue Parent { get; internal set; }
Visual Basic (Declaration)
Public Property Parent As DimensionValue
Visual C++
public:
property DimensionValue^ Parent {
	DimensionValue^ get ();
	void set (DimensionValue^ value);
}

Field Value

The parent dimension value, or null if this dimension value is the root of a dimension value hierarchy.

Exceptions

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

See Also