Gets and sets the name of the sorting property or dimension for this OrderBy.

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

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 ordered.

See Also