AppInstallStatus.User Property

Definition

Gets an object that identifies the user for which the app is being installed.

public:
 property User ^ User { User ^ get(); };
User User();
public User User { get; }
var user = appInstallStatus.user;
Public ReadOnly Property User As User

Property Value

An object that identifies the user for which the app is being installed.

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)
App capabilities
runFullTrust

Applies to