Share via


AppUriHandlerRegistration.User Property

Definition

The user context of this registration.

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

Property Value

The user context of this registration.

Remarks

This field is only relevant for apps which declare their support for multiple users.

Applies to