UserDeviceAssociation.FindUserFromDeviceId(String) Method
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.
Finds the user associated with a device.
public:
static User ^ FindUserFromDeviceId(Platform::String ^ deviceId);
static User FindUserFromDeviceId(winrt::hstring const& deviceId);
public static User FindUserFromDeviceId(string deviceId);
function findUserFromDeviceId(deviceId)
Public Shared Function FindUserFromDeviceId (deviceId As String) As User
Parameters
- deviceId
-
String
Platform::String
winrt::hstring
The Id of the device.
Returns
The user associated with the device.