Share via


DeployManifest.UpdateMode Property

Definition

Specifies whether updates should be checked in the foreground before starting the application, or in the background as the application is running. The default is "Background". This input only applies when Install and UpdateEnabled are both True.

public:
 property Microsoft::Build::Tasks::Deployment::ManifestUtilities::UpdateMode UpdateMode { Microsoft::Build::Tasks::Deployment::ManifestUtilities::UpdateMode get(); void set(Microsoft::Build::Tasks::Deployment::ManifestUtilities::UpdateMode value); };
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.UpdateMode UpdateMode { get; set; }
member this.UpdateMode : Microsoft.Build.Tasks.Deployment.ManifestUtilities.UpdateMode with get, set
Public Property UpdateMode As UpdateMode

Property Value

An UpdateMode object that indicates whether updates should be checked before the application is started, or while the application is running.

Remarks

If this property is set to Foreground, updates are checked in the foreground. The default is Background. For more information, see UpdateMode.

This input only applies only when Install and UpdateEnabled are both set to true.

Applies to