Gets the list of synonyms associated with this dimension value.

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

Syntax

C#
public virtual List<string> Synonyms { get; }
Visual Basic
Public Overridable ReadOnly Property Synonyms As List(Of String)
	Get
Visual C++
public:
virtual property List<String^>^ Synonyms {
	List<String^>^ get ();
}

Field Value

An IList of string objects that are names of synonyms associated with this dimension value. If there are no synonyms, a valid list will still be returned.

Remarks

This method will still return a valid but empty IList if there are no synonyms associated with this dimension value.

See Also