Gets the name of the dimension group.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

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

Name of the dimension group, or null if it does not have a name (i.e., is an implicit dimension group).

See Also