AppInstallOptions.LaunchAfterInstall Property

Definition

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

Applies to