StandardTableKeyNames.ProjectNames Field

Definition

Returns the names of the projects that contain the error.

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

Field Value

Remarks

The expected return type is IEnumerable<T> of String instances; otherwise, 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