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


IUserStore.UpdateUser Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

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