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


IServerEnvironment2.UserInfo Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IServerEnvironment2.UserInfo Property

Retrieves information about current user.

[Visual Basic .NET]
Public ReadOnly Property UserInfo As IServerUserInfo
[C#]
public IServerUserInfo UserInfo {get;}
[C++]
HRESULT get_UserInfo(
  IServerUserInfo** ppInfo
);
[C++]

Parameters ppInfo [out, retval]
ppInfo is a parameter of type IServerUserInfo

Product Availability

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

See Also

IServerEnvironment2 Interface