Gets whether this suggestion resulted based on phrasing, spelling correction, word break, or a combination of the 3.

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

Syntax

C#
public AdjustmentTypes AdjustmentType { get; }
Visual Basic (Declaration)
Public ReadOnly Property AdjustmentType As AdjustmentTypes
Visual C++
public:
property AdjustmentTypes AdjustmentType {
	AdjustmentTypes get ();
}

See Also