FileLineEdit.LineNumber Property

Definition

Gets or sets the 1-based line number to replace.

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

Property Value

Attributes

Applies to