User.GetUserById Method

Gets the user with the specified ID.

Syntax

public:
static User^ GetUserById(
         uint32 id
)  

Parameters

id
Type: uint32 

 The ID of the user to retrieve.

Return value

Type: User 

Returns the specified user.

Remarks

Note

This is a cross-OS call. For more information, see Cross-OS Calls.

Requirements

Namespace: Windows.Xbox.System

Metadata: windows.winmd

See also

Reference

User Class

User Members

Windows.Xbox.System Namespace