Gets the PropertyMap of word interpretations for the search

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public PropertyMap WordInterpretations { get; }
Visual Basic (Declaration)
Public ReadOnly Property WordInterpretations As PropertyMap
Visual C++
public:
property PropertyMap^ WordInterpretations {
	PropertyMap^ get ();
}

See Also