Gets or sets the structure expression used to filter members of
the aggregated record.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
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