PackageRemote64Class.FailParentOnFailure Property

Definition

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, set
Public Overridable Property FailParentOnFailure As Boolean

Property Value

true if the parent container fails when a child container fails; otherwise, false.

Implements

Applies to