Share via


MSDeployPackage.ShouldShowOverwriteWarning Method

Definition

Gets a value that indicates whether a user should be presented with an overwrite warning before executing the package.

public:
 bool ShouldShowOverwriteWarning();
public bool ShouldShowOverwriteWarning ();
member this.ShouldShowOverwriteWarning : unit -> bool
Public Function ShouldShowOverwriteWarning () As Boolean

Returns

true if the user should get an overwrite warning, otherwise false.

Applies to