User.IsGuest Property

Indicates whether the user is a guest.

A guest is a user who has not signed in to the console with a persistent identity that corresponds to an Xbox Live identity. Guests can be sponsored, as described in the User Overview.

Syntax

public:
property bool IsGuest {
         bool get ();
}  

Property value

Type: bool 

 Returns a boolean value indicating whether the user is a guest.

Remarks

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