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


IServerEnvironmentXHelper.SetUserInfo Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Server)  

IServerEnvironmentXHelper.SetUserInfo Method

Sets the user information into the server environment.

[Visual Basic .NET]
Public Sub SetUserInfo ( _
    ByVal UserInfo As String _
)
[C#]
public void SetUserInfo (
    string UserInfo
);
[C++]
HRESULT SetUserInfo(
  BSTR UserInfo
);
[C++]

Parameters UserInfo [in] UserInfo is a parameter of type BSTR

Product Availability

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

See Also

IServerEnvironmentXHelper Interface