PackageClass.InteractiveMode Property

Definition

Gets or sets a value that indicates whether the tasks should show user interface objects while executing.

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

Property Value

true if the tasks should show user interface objects while executing; otherwise, false.

Implements

Remarks

For more information, see Package.

Applies to