Gets the root dimension value for this dimension.

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

Syntax

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

See Also