Class UserProfile
User's profile model.
public sealed class UserProfile
- Inheritance
-
objectUserProfile
- Extension Methods
Properties
FirstName
First name.
public string FirstName { get; set; }
Property Value
- string
LastName
Last name.
public string LastName { get; set; }
Property Value
- string
ProfileLink
Gets or sets link to user profile.
public string ProfileLink { get; set; }
Property Value
- string
UserName
User name.
public string UserName { get; set; }
Property Value
- string