UserDeviceAssociationChangedEventArgs.NewUser Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.