Gets the name of the dimension.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

C#
public virtual string Name { get; }
Visual Basic
Public Overridable ReadOnly Property Name As String
	Get
Visual C++
public:
virtual property String^ Name {
	String^ get ();
}

Field Value

The name of the dimension.

See Also