FileLinePositionSpan.Path Property

Definition

Path, or null if the span represents an invalid value.

public:
 property System::String ^ Path { System::String ^ get(); };
public string Path { get; }
[System.Runtime.Serialization.DataMember(Order=0)]
public string Path { get; }
member this.Path : string
[<System.Runtime.Serialization.DataMember(Order=0)>]
member this.Path : string
Public ReadOnly Property Path As String

Property Value

Attributes

Remarks

Path may be Empty if not available.

Applies to