AppInstallerInfo.OnLaunch 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 a boolean value specifying whether the deployment service will check for an update to the App Installer file when the app launches.
public:
property bool OnLaunch { bool get(); };
bool OnLaunch();
public bool OnLaunch { get; }
var boolean = appInstallerInfo.onLaunch;
Public ReadOnly Property OnLaunch As Boolean
Property Value
Boolean
bool
True if the deployment service will check for an update on launch; otherwise, false.
Windows requirements
Device family |
Windows 11 (introduced in 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v14.0)
|
Remarks
This property is equivalent to the OnLaunch element of the App Installer file schema.