FindValuesOptions.AllowPartialMatches Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.