SearchByKeywordsKbArticleRequest.UseInflection Property

Definition

Gets or sets a value that indicates whether to use inflectional stem matching when searching for knowledge base articles with the specified keywords. Required.

public:
 property bool UseInflection { bool get(); void set(bool value); };
public bool UseInflection { get; set; }
member this.UseInflection : bool with get, set
Public Property UseInflection As Boolean

Property Value

Indicates whether to use inflectional stem matching when searching for knowledge base articles with the specified keywords. true, to use inflectional stem matching, otherwise, false.

Remarks

In inflectional stem matching, you can use word "write" as an inflectional stem of "write", "writing", "wrote" and "written".

Applies to