Gets a value indicating if this DimensionValue is the root of the dimension value hierachy for its dimension.

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

Syntax

C#
public bool IsRoot { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsRoot As Boolean
Visual C++
public:
property bool IsRoot {
	bool get ();
}

Remarks

This property is equivalent to testing if Parent is null.

See Also