The User class contains all user related information that is available to your App.

Namespace:  RedCritterV1
Assembly:  RedCritterV1 (in RedCritterV1.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public class User
Public Class User

Members

      
 All Members  Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
BirthDay
The logged in user's day the month that they were born. This may be zero depending on the user's privacy settings.
BirthMonth
The logged in user's month of the year that they were born. This may be zero depending on the user's privacy settings.
BirthYear
The logged in user's year that they were born. This may be zero depending on the user's privacy settings.
City
The logged in user's city. This may be blank depending on the user's privacy settings.
FirstName
The logged in user's first name. This may be blank depending on the user's privacy settings.
Gender
The logged in user's gender. This may be unspecified depending on the user's privacy settings.
LastName
The logged in user's last name. This may be blank depending on the user's privacy settings.
State
The logged in user's state. This may be blank depending on the user's privacy settings.
UserID
The logged in user's unique numeric user id. If the App is running in Preview mode this will be zero since there is no authenticated user.
Zip
The logged in user's zipcode. This may be blank depending on the user's privacy settings.

Inheritance Hierarchy

System..::.Object
  RedCritterV1..::.User

See Also