ErrorItem.Project Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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