DeployManifest.UpdateEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.