You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: windows.system/user_getfromid_2093276151.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,9 @@ The Id of the user to get.
20
20
The user with the given Id.
21
21
22
22
## -remarks
23
+
If no user with the given *nonRoamableId* is found, this method returns **null**. Always check the return value before using it.
24
+
25
+
A *nonRoamableId* can be obtained from the [NonRoamableId](user_nonroamableid.md) property of a [User](user.md) object. This identifier is device-specific and is not roamed to other devices.
0 commit comments