Controller.User Property

Gets the user associated with the controller.

Syntax

public:
property User^ User {
         User^ get ();
}  

Property value

Type: User 

The user associated with the controller.

Remarks

This property will be null if no user is associated with the controller.

Note

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

Requirements

Namespace: Windows.Xbox.Input

Metadata: windows.winmd

See also

Reference

Controller Class

Controller Members

Windows.Xbox.Input Namespace