This document is archived and information here might be outdated.  Recommended version.


IUser Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IU > IUser Interface
ArcGIS Developer Help

IUser Interface

Interface that represents a user in the user store.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method GetDescription Returns the user description.
Method GetEmail Returns the user's email.
Method GetFullname Returns the user's full name.
Method GetPassword Returns the user password.
Method GetSecretAnswer Returns the user's answer to secret question.
Method GetSecretQuestion Returns the user's secret question.
Method GetUsername Returns the user name.
Method SetDescription Sets the user description.
Method SetEmail Sets the user's email.
Method SetFullname Sets the user's full name.
Method SetPassword Sets the user password.
Method SetSecretAnswer Sets the user's answer to the secret question.
Method SetSecretQuestion Sets the user's secret question.
Method SetUsername Sets the user name.

Classes that implement IUser

Classes Description
User