AppInstallOptions.StageButDoNotInstall 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 the installation of the app should pause after the download and staging step but not complete the final install.
public:
property bool StageButDoNotInstall { bool get(); void set(bool value); };
bool StageButDoNotInstall();
void StageButDoNotInstall(bool value);
public bool StageButDoNotInstall { get; set; }
var boolean = appInstallOptions.stageButDoNotInstall;
appInstallOptions.stageButDoNotInstall = boolean;
Public Property StageButDoNotInstall As Boolean
Property Value
Boolean
bool
True to pause the install after the download and staging of the app but not complete the final app registration; otherwise, false.
Windows requirements
Device family |
Windows 10, version 1809 (introduced in 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v7.0)
|