BuildTask.ContinueOnError Property

Definition

Gets or sets the ContinueOnError attribute value of the Task element.

public:
 property bool ContinueOnError { bool get(); void set(bool value); };
public bool ContinueOnError { get; set; }
member this.ContinueOnError : bool with get, set
Public Property ContinueOnError As Boolean

Property Value

The ContinueOnError attribute value of the Task element.

Applies to