FileSearchMatch.LineNumber Property

Definition

Gets or sets the 1-based line number where the match was found.

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

Property Value

Attributes

Applies to