Share via


UserDeviceAssociationChangedEventArgs.NewUser Property

Definition

Gets the new user associated with the device.

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

Property Value

The new user associated with the device.

Applies to