Udostępnij przez


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.

[System.Text.Json.Serialization.JsonPropertyName("allowPartialMatches")]
public bool AllowPartialMatches { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("allowPartialMatches")>]
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.

Attributes

Applies to