Gets the group name for this dimension.

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

Syntax

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

See Also