Interface that represents a user in the user store.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
![]() |
GetDescription | Returns the user description. |
![]() |
GetEmail | Returns the user's email. |
![]() |
GetFullname | Returns the user's full name. |
![]() |
GetPassword | Returns the user password. |
![]() |
GetSecretAnswer | Returns the user's answer to secret question. |
![]() |
GetSecretQuestion | Returns the user's secret question. |
![]() |
GetUsername | Returns the user name. |
![]() |
SetDescription | Sets the user description. |
![]() |
SetEmail | Sets the user's email. |
![]() |
SetFullname | Sets the user's full name. |
![]() |
SetPassword | Sets the user password. |
![]() |
SetSecretAnswer | Sets the user's answer to the secret question. |
![]() |
SetSecretQuestion | Sets the user's secret question. |
![]() |
SetUsername | Sets the user name. |
CoClasses that implement IUser
CoClasses and Classes | Description |
---|---|
User |