| IUser Interface | 
Namespace: VirtualRadar.Interface.Settings
The IUser type exposes the following members.
| Name | Description | |
|---|---|---|
| Enabled | 
            Gets or sets a value indicating that the user account is enabled.
              | |
| IsPersisted | 
            Gets a value indicating that this record has been persisted to the
            store of users, or has been read from the store of users.
              | |
| LoginName | 
            Gets or sets the user's login name. This should be unique to a user.
              | |
| Name | 
            Gets or sets the user's name.
              | |
| Tag | 
            Gets or sets an object that the application can tag the user with.
              | |
| UIPassword | 
            Gets or sets the password as entered at the user interface.
              | |
| UniqueId | 
            Gets or sets the user's unique identifier.
              | 
| Name | Description | |
|---|---|---|
| PropertyChanged | Occurs when a property value changes.  (Inherited from INotifyPropertyChanged.) |