SourceLocation.FileName Property

Definition

Gets the name of the target source code file.

public:
 property System::String ^ FileName { System::String ^ get(); };
public string FileName { get; }
member this.FileName : string
Public ReadOnly Property FileName As String

Property Value

A string instance of the name of the target source code file.

Applies to