StandardTableKeyNames.ProjectGuids Field
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.
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.