IScriptPosition.Line Property

Definition

The complete text of the line that this position is included on.

public:
 property System::String ^ Line { System::String ^ get(); };
public:
 property Platform::String ^ Line { Platform::String ^ get(); };
public string Line { get; }
[System.Runtime.CompilerServices.Nullable(1)]
public string Line { [System.Runtime.CompilerServices.NullableContext(1)] get; }
member this.Line : string
[<System.Runtime.CompilerServices.Nullable(1)>]
[<get: System.Runtime.CompilerServices.NullableContext(1)>]
member this.Line : string
Public ReadOnly Property Line As String

Property Value

Attributes

Applies to