Accessor which gets/sets whether the synonyms will be returned. This setting overrides the global setting for the dimension.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual OptionalBoolean Synonyms { get; set; }
Visual Basic
Public Overridable Property Synonyms As OptionalBoolean
	Get
	Set
Visual C++
public:
virtual property OptionalBoolean^ Synonyms {
	OptionalBoolean^ get ();
	void set (OptionalBoolean^ value);
}

Field Value

An
CopyC#
OptionalBoolean
that specified whether the synonyms for the dimension value will be returned.
CopyC#
TRUE
indicates that the synonyms will be returned and
CopyC#
FALSE
indicates that the synonyms will not be returned. If the
CopyC#
OptionalBoolean
is empty, then the default value is
CopyC#
FALSE
.

See Also