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


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

IUserStore.GetUser Method

Returns a user account from the user store.

[Visual Basic .NET]
Public Function GetUser ( _
    ByVal UserName As String _
) As IUser
[C#]
public IUser GetUser (
    string UserName
);
[C++]
HRESULT GetUser(
  BSTR UserName,
  IUser** pUser
);
[C++]

Parameters UserName [in] UserName is a parameter of type BSTR pUser [out, retval]
pUser is a parameter of type IUser

Product Availability

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

See Also

IUserStore Interface