FileSearchResult.MatchingLines 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 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