BuildParameters.Interactive Property

Definition

Gets or sets a value indicating if the build is allowed to interact with the user.

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

Property Value

Applies to