CommandLineActivatedEventArgs.User Property

Definition

Gets the user that the app was activated for.

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

Property Value

The user that the app was activated for.

Implements

Applies to