The name of the Record Property that holds the Display Name that will be used in WebStudio to display the record.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public string RecordNameProperty { get; set; }
Visual Basic (Declaration)
Public Property RecordNameProperty As String
Visual C++
public:
property String^ RecordNameProperty {
	String^ get ();
	void set (String^ value);
}

See Also