ErrorItem.Project Property

Definition

Gets a string indicating the name of the project where the error occurred.

public:
 property System::String ^ Project { System::String ^ get(); };
public:
 property Platform::String ^ Project { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(8)]
public string Project { [System.Runtime.InteropServices.DispId(8)] get; }
[<System.Runtime.InteropServices.DispId(8)>]
[<get: System.Runtime.InteropServices.DispId(8)>]
member this.Project : string
Public ReadOnly Property Project As String

Property Value

The project name.

Attributes

Applies to