Gets and sets the structure expression on this navigation query.

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

Syntax

C#
public virtual string NavRecordStructureExpr { get; set; }
Visual Basic
Public Overridable Property NavRecordStructureExpr As String
	Get
	Set
Visual C++
public:
virtual property String^ NavRecordStructureExpr {
	String^ get ();
	void set (String^ value);
}

Field Value

The structure expression for this query or null if none is set.

Remarks

Structure expressions enable navigation on the structure of records.

See Also