Encoding of the state of this DimensionState such that DimensionValues can be added or removed without reconstructing the DimensionState object. This is used primarily by UI controls.

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; }
Visual Basic (Declaration)
Public ReadOnly Property ContextPath As String
Visual C++
public:
property String^ ContextPath {
	String^ get ();
}

See Also