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
Syntax
| Visual Basic | 
|---|
| Public Overridable Property Synonyms As OptionalBoolean
	Get
	Set | 
Field Value
An 
 Copy
CopyC#
 that specified whether the 
            synonyms for the dimension value will be returned. 
 Copy
CopyC#
 
            indicates that the synonyms will be returned and 
 Copy
CopyC#
 
            indicates that the synonyms will not be returned.
            If the 
 Copy
CopyC#
 is empty, then the default value
            is 
 Copy
CopyC#
. 
 See Also
See Also