Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 820 Bytes

appinstallmanager_caninstallforallusers.md

File metadata and controls

24 lines (17 loc) · 820 Bytes
-api-id -api-type ms.custom
P:Windows.ApplicationModel.Store.Preview.InstallControl.AppInstallManager.CanInstallForAllUsers
winrt property
RS5

Windows.ApplicationModel.Store.Preview.InstallControl.AppInstallManager.CanInstallForAllUsers

-description

Gets or sets a value that indicates whether the calling app has elevated administrative privileges to ensure installing an app for all users will succeed.

-property-value

True indicates the calling app has elevated administrative privileges; otherwise, false.

-remarks

The calling app must have elevated admin privileges when installing an app for all users otherwise an Access Denied error will be thrown when attempted.

-see-also

-examples