UserDeviceAssociationChangedEventArgs.OldUser 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 old user previously associated with the device.
public:
property User ^ OldUser { User ^ get(); };
User OldUser();
public User OldUser { get; }
var user = userDeviceAssociationChangedEventArgs.oldUser;
Public ReadOnly Property OldUser As User
Property Value
The old user previously associated with the device.