BodyController.BiometricUserId Property

Gets the biometric user id.

Syntax

public:
property uint32 BiometricUserId {
         uint32 get ();
}  

Property value

Type: uint32 

 The biometric user id.

Remarks

This Id is a uint32 corresponding to the Id of the local console User that the BodyController has been identified as. This property is set as soon as the body has been biometric identified, regardless of the body’s sign-in state. Thus, it is useful for maintaining continuity of tracking as the user leaves and re-enters the field of view. The BiometricUserId corresponds to a console-wide unique identifier for the User; it cannot provide or be associated to an Xbox Service-wide identifier for the User unless the user is signed in.

For more information on the biometric and user Ids, refer to BodyController API.

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

BodyController Class

BodyController Members

Windows.Xbox.Input Namespace