Accessor which gets/sets whether the config will show counts.
This setting overrides the global setting for the dimension.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
Syntax
Visual Basic |
---|
Public Overridable Property ShowCounts As OptionalBoolean
Get
Set |
Field Value
An
CopyC#
that specified whether the dimension value will
show counts.
CopyC#
indicates the dimension value will
display counts and
CopyC#
indicates the dimension value will not.
If the
CopyC#
is empty, then the default value
is
CopyC#
.
See Also