PackageNeutralClass.FailParentOnFailure Property

Definition

Gets or sets a value that indicates whether the parent package fails when a child package 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 parent package fails when a child package fails; otherwise, false.

Implements

Remarks

For more information, see Package.

Applies to