Best suggestion to suggest to user. If null then there is either no suggestion or the request did not fall within the parameters for offering a suggestion.

Namespace: Cartella.Search
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public string BestSuggestion { get; set; }
Visual Basic
Public Property BestSuggestion As String
	Get
	Set
Visual C++
public:
property String^ BestSuggestion {
	String^ get ();
	void set (String^ value);
}

See Also