ProjectTaskInstance.ContinueOnError Property

Definition

Unevaluated ContinueOnError on the task. May be empty string.

public:
 property System::String ^ ContinueOnError { System::String ^ get(); };
public string ContinueOnError { get; }
public string ContinueOnError { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ContinueOnError : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ContinueOnError : string
Public ReadOnly Property ContinueOnError As String

Property Value

The unevaluated ContinueOnError attribute of the task, or an empty string if the attribute is not present.

Attributes

Remarks

For more information, see Task Element (MSBuild) and How to: Ignore Errors in Tasks.

Applies to