Gets a string representation of the location of this DimensionValue within the hierarchy of its associated Dimension.

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

Syntax

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

Remarks

This representation is opaque; that is, it is not intended to be parsed or interpreted by an application. Instead, it should be used as a token to be passed to the navigation- related methods of NavigationCommand, for example SelectDimensionValue(String).

See Also