Gets and sets the name of the derived property
that this
Select should produce.
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 derived property that
this
Select should produce.
See Also