IUser.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.

Requirements

Namespace: Windows.Xbox.System

Metadata: windows.winmd

See also

Users

Reference

IUser Interface

IUser Members

Windows.Xbox.System Namespace