Accessor which gets/sets whether the synonyms will be returned.
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 Synonyms As OptionalBoolean
Get
Set |
Field Value
An
CopyC#
that specified whether the
synonyms for the dimension value will be returned.
CopyC#
indicates that the synonyms will be returned and
CopyC#
indicates that the synonyms will not be returned.
If the
CopyC#
is empty, then the default value
is
CopyC#
.
See Also