Share via


SourceLocation.FilePath Property

Definition

Path of the file.

public:
 property System::String ^ FilePath { System::String ^ get(); void set(System::String ^ value); };
public string FilePath { get; set; }
member this.FilePath : string with get, set
Public Property FilePath As String

Property Value

Remarks

When null, the parser assumes the location is in the file currently being processed.

Applies to