Share via


StandardTableKeyNames2.ProjectNames Field

Definition

Returns a list of name of projects that contain the error.

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

Field Value

Remarks

The expected return type is IEnumerable<T> or null if the error belongs to a single project.

This property is used an error is created from shared projects (and, therefore, the same bit of code might generate errors in multiple projects).

Applies to