Udostępnij przez


FoundValue.Index Property

Definition

Gets or sets the index of the value that was matched.

[System.Text.Json.Serialization.JsonPropertyName("index")]
public int Index { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("index")>]
member this.Index : int with get, set
Public Property Index As Integer

Property Value

The index of the value that was matched.

Attributes

Applies to