AppInstallOptions.LaunchAfterInstall 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 automatically launch the app after it is installed.
public:
property bool LaunchAfterInstall { bool get(); void set(bool value); };
bool LaunchAfterInstall();
void LaunchAfterInstall(bool value);
public bool LaunchAfterInstall { get; set; }
var boolean = appInstallOptions.launchAfterInstall;
appInstallOptions.launchAfterInstall = boolean;
Public Property LaunchAfterInstall As Boolean
Property Value
Boolean
bool
True to automatically launch the app after it is installed; otherwise, false.
Windows requirements
App capabilities |
runFullTrust
|