Share via


StandardTableKeyNames.ProjectName Field

Definition

The name of the project.

public: System::String ^ ProjectName;
std::wstring ProjectName;
public const string ProjectName;
val mutable ProjectName : string
Public Const ProjectName As String 

Field Value

Remarks

Expected data type is String (e.g. "ConsoleApplication1"); otherwise, null if the error belongs to more than one project.

Applies to