Gets and sets the name of the sorting
property or dimension for this
OrderBy.
Namespace: Endeca.Navigation.AnalyticsAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
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