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


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

IUserStore.AddUser Method

Add a new user to the user store.

[Visual Basic .NET]
Public Sub AddUser ( _
    ByVal pUser As IUser _
)
[C#]
public void AddUser (
    IUser pUser
);
[C++]
HRESULT AddUser(
  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