Skip to content

Commit 1358045

Browse files
Windows.System.User.GetFromId: add Remarks (null return, NonRoamableId note) - fixes #1195
1 parent fa991d9 commit 1358045

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

windows.system/user_getfromid_2093276151.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ The Id of the user to get.
2020
The user with the given Id.
2121

2222
## -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.
2326

2427
## -examples
2528

0 commit comments

Comments
 (0)