Class UserProfile
A class containing profile information about User.
Namespace: Realms.Sync
Assembly: Realm.dll
Syntax
public class UserProfile
Properties
| Edit this page View SourceBirthday
Gets the birthday of the user.
Declaration
public string? Birthday { get; }
Property Value
Type | Description |
---|---|
string | A string representing the user's birthday or |
Gets the email of the user.
Declaration
public string? Email { get; }
Property Value
Type | Description |
---|---|
string | A string representing the user's email or |
FirstName
Gets the first name of the user.
Declaration
public string? FirstName { get; }
Property Value
Type | Description |
---|---|
string | A string representing the user's first name or |
Gender
Gets the gender of the user.
Declaration
public string? Gender { get; }
Property Value
Type | Description |
---|---|
string | A string representing the user's gender or |
LastName
Gets the last name of the user.
Declaration
public string? LastName { get; }
Property Value
Type | Description |
---|---|
string | A string representing the user's last name or |
MaxAge
Gets the maximum age of the user.
Declaration
public string? MaxAge { get; }
Property Value
Type | Description |
---|---|
string | A string representing the user's maximum age or |
MinAge
Gets the minimum age of the user.
Declaration
public string? MinAge { get; }
Property Value
Type | Description |
---|---|
string | A string representing the user's minimum age or |
Name
Gets the name of the user.
Declaration
public string? Name { get; }
Property Value
Type | Description |
---|---|
string | A string representing the user's name or |
PictureUrl
Gets the url for the user's profile picture.
Declaration
public Uri? PictureUrl { get; }
Property Value
Type | Description |
---|---|
Uri | A string representing the user's profile picture url or |