Share via


FindValuesOptions.AllowPartialMatches Property

Definition

Gets or sets a value indicating whether only some of the tokens in a value need to exist to be considered a match. The default value is "false". This is optional.

public bool AllowPartialMatches { get; set; }
member this.AllowPartialMatches : bool with get, set
Public Property AllowPartialMatches As Boolean

Property Value

A true if only some of the tokens in a value need to exist to be considered; otherwise false.

Applies to