Gets and sets the name of the grouping property or dimension 
            for this 
GroupBy.
            
 (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public virtual string FieldName { get; set; } | 
| Visual Basic | 
|---|
| Public Overridable Property FieldName As String
	Get
	Set | 
| Visual C++ | 
|---|
| public:
virtual property String^ FieldName {
	String^ get ();
	void set (String^ value);
} | 
Field Value
            The name of the Endeca property or dimension
            by which the records will be grouped.
            
 See Also
See Also