Gets the parent dimension value of this dimension value.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
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
| Exception | Condition |
|---|---|
| System..::.NotSupportedException | If this property is accessed on a DisconnectedDimensionValue |