Click or drag to resize
IUser Properties

The IUser type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
Gets or sets a value indicating that the user account is enabled.
Public propertyIsPersisted
Gets a value indicating that this record has been persisted to the store of users, or has been read from the store of users.
Public propertyLoginName
Gets or sets the user's login name. This should be unique to a user.
Public propertyName
Gets or sets the user's name.
Public propertyTag
Gets or sets an object that the application can tag the user with.
Public propertyUIPassword
Gets or sets the password as entered at the user interface.
Public propertyUniqueId
Gets or sets the user's unique identifier.
Top
See Also