BaseTask.

ErrorInformation Property

Summary

Gets or sets the collection containing the error codes for the task.
Namespace
NBuildKit.MsBuild.Tasks.Core
Containing Type
BaseTask

Syntax

public ITaskItem[] ErrorInformation { get; set; }

Value

Type Description
ITaskItem[]