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


IUserStore.GetUser 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.GetUser Method
ArcGIS Developer Help

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
);
[C++]
Parameters
UserName [in]

UserName is a parameter of type BSTR

Product Availability

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

See Also

IUserStore Interface