name property

UserName? name
getter/setter pair

Name of this User.

name is not unique and is intended for displaying an User in a well-readable form for an easier User identification by other Users. It can be either first name, or last name of an User, both of them, or even some nickname. User is free to choose how exactly he should be displayed for other Users.

Implementation

UserName? name;