AppInstallOptions.Repair 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.
Gets or sets a value that indicates whether to attempt to repair the installation of an app that is already installed.
public:
property bool Repair { bool get(); void set(bool value); };
bool Repair();
void Repair(bool value);
public bool Repair { get; set; }
var boolean = appInstallOptions.repair;
appInstallOptions.repair = boolean;
Public Property Repair As Boolean
Property Value
Boolean
bool
True to attempt to repair the installation of an app that is already installed; otherwise, false.
Windows requirements
App capabilities |
runFullTrust
|