VpnForegroundActivatedEventArgs.User Property

Definition

Gets the user that the app was activated for. Also see IActivatedEventArgsWithUser.User.

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

Property Value

The user that the app was activated for.

Implements

Windows requirements

App capabilities
networkingVpnProvider

Applies to