The list of users currently interacting with the console.
public:
static property IVectorView<User^ >^ Users {
IVectorView<User^ >^ get ();
}
Type: IVectorView<User^ >
Returns an enumerable list of the users currently using the console.
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.
Namespace: Windows.Xbox.System
Metadata: windows.winmd