ForEachLoopClass.FailParentOnFailure Property
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.
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.