Gets the name of the dimension group to which this dimension belongs.

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

Syntax

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

Field Value

Name of the dimension group (DimGroup object) to which this dimension belongs or null if it does not belong to a group.

Remarks

If the dimension does not belong to a dimension group, the method will return null.

See Also