Gets the name of the dimension that the cluster terms (i.e. dimension values) belong to.

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

Syntax

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

See Also