Create users
    Create a user type with a custom property that controls if a clock label is shown or hidden in the UI.
- Create a user:- InProject view, expandSecurity.
- Right-clickUsersand select .
- Hover-over the user, select, and enter UserPersistentSettings. UserPersistentSettings.
- InProperties, at the top, selectand select Variable. Variable.
- Hover-over the variable, select, and enter ShowClock. ShowClock.
- Next to the variable, selectInt32and selectBoolean.
 
- Create a user type:- InType view, double-clickSecurityand then double-clickUsers.
- FromProject viewpane, dragUserPersistentSettingsintoType view.
 
- Create a folder for the new user type:- Right-clickUsersand select .
- Hover-over the folder, select, and enter UsersPersistentSettings. UsersPersistentSettings.
 
- Add users with persistent settings:- InProject view, hover-overUserPersistentSettings, select, and enter Bob. Bob.
- DragBobintoUsersPersistentSettings.
- InProperties, setPasswordtotest.
- Right-click theUsersPersistentSettingsfolder and select .
- InPropertiespane, setPasswordtotest.
- Hover-over the user, select, and enter Jane. Jane.
 
Provide Feedback