Gets and sets the rollup key which the records of the dimension search query
should use to create aggregated counts. By setting a rollupKey with this
method, aggregated counts are returned as the value for the
CopyC#
key of the
CopyC#
object's
CopyC#
.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
Syntax
C# |
---|
public virtual string DimSearchRollupKey { get; set; } |
Visual Basic |
---|
Public Overridable Property DimSearchRollupKey As String
Get
Set |
Visual C++ |
---|
public:
virtual property String^ DimSearchRollupKey {
String^ get ();
void set (String^ value);
} |
Field Value
The Endeca property or dimension that will be used to roll up the counts of the dimension
search query in order to create aggregated counts.
See Also