IController.User Property

Gets the user object associated with the controller.

Syntax

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

Property value

Type: User 

The user object associated with the controller.

Remarks

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

Requirements

Namespace: Windows.Xbox.Input

Metadata: windows.winmd

See also

Reference

IController Interface

IController Members

Windows.Xbox.Input Namespace