BuildErrorEventArgs.ProjectFile Property

Definition

The project file which issued this event.

public:
 property System::String ^ ProjectFile { System::String ^ get(); void set(System::String ^ value); };
public string ProjectFile { get; set; }
public string ProjectFile { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.ProjectFile : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ProjectFile : string with get, set
Public Property ProjectFile As String

Property Value

The name of the project file which issued this event.

Attributes

Applies to