StandardTableKeyNames.ProjectGuids Field

Definition

Returns the IDs of the projects that contain the error.

public const string ProjectGuids;
val mutable ProjectGuids : string
Public Const ProjectGuids As String 

Field Value

Remarks

The expected return type is IEnumerable<T> of Guid values; otherwise, null if the error belongs to a single project.

Applies to