DeployManifest.UpdateEnabled Property

Definition

Indicates whether or not the application is updatable. The default is False. This input only applies when Install is True.

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

Property Value

true if the application is updatable; otherwise, false.

Remarks

If this property is set to true, the application is updatable. The default is false. This input applies only when Install is set to true.

Applies to