UserDeviceAssociationChangedEventArgs.OldUser Property

Definition

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.

Applies to