Gets or sets the structure expression used to filter members of the aggregated record.

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

Syntax

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

Field Value

The structure expression used to filter members of the aggregated record. null if none is present.

See Also