ForEachLoopClass.FailParentOnFailure Property

Definition

Gets or sets a Boolean that defines whether the parent container fails when a child container fails.

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

Property Value

true if the package fails if an error occurs in a child container; otherwise, false. The default value of this property is false.

Implements

Applies to