AppInstallItem.IsUserInitiated Property

Definition

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

Applies to