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


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

IUserStore.UpdateUser Method

Updates a user account in the user store.

[Visual Basic .NET]
Public Sub UpdateUser ( _
    ByVal pUser As IUser _
)
[C#]
public void UpdateUser (
    IUser pUser
);
[C++]
HRESULT UpdateUser(
  IUser* pUser
);
[C++]
Parameters
pUser [in]

pUser is a parameter of type IUser*

Product Availability

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

See Also

IUserStore Interface