User.Users Property

The list of users currently interacting with the console.

Syntax

public:
static property IVectorView<User^ >^ Users {
         IVectorView<User^ >^ get ();
}  

Property value

Type: IVectorView<User^ > 

  Returns an enumerable list of the users currently using the console.

Remarks

Users returns the users currently interacting with the console, not all users that have ever logged onto the concole.

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