Gets the context path of the root dimension value of the dimension for the DimensionState represented by this instance.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

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

See Also