FileSearchResult.MatchingLines Property

Definition

Gets or sets the lines where matches were found.

[System.Text.Json.Serialization.JsonPropertyName("matchingLines")]
public System.Collections.Generic.List<Microsoft.Agents.AI.FileSearchMatch> MatchingLines { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("matchingLines")>]
member this.MatchingLines : System.Collections.Generic.List<Microsoft.Agents.AI.FileSearchMatch> with get, set
Public Property MatchingLines As List(Of FileSearchMatch)

Property Value

Attributes

Applies to