The name of the Record Property that holds the unique Spec information for the Record.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

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

See Also