ForLoopClass.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 value that indicates 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, setPublic Overridable Property FailParentOnFailure As BooleanProperty Value
true if the parent container fails when a child container fails; otherwise, false.