Gets the name of the dimension group to which this dimension belongs.
            
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
 Syntax
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
Remarks
            If the dimension does not belong to a dimension group, the method will 
            return null. 
            





