AppInstallItem.IsUserInitiated 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.
Indicates whether the current app install was initiated by the user.
public:
property bool IsUserInitiated { bool get(); };
bool IsUserInitiated();
public bool IsUserInitiated { get; }
var boolean = appInstallItem.isUserInitiated;
Public ReadOnly Property IsUserInitiated As Boolean
Property Value
Boolean
bool
True if the current app install was initiated by the user; otherwise, false.
Windows requirements
App capabilities |
runFullTrust
|