The current logged in user.
[Visual Basic .NET] Public Property UserName As String
[C#] public string UserName {get; set;}
[C++]
HRESULT get_UserName(
BSTR* pUser
);
[C++]
HRESULT put_UserName(
BSTR pUser
);
[C++]Parameters
pUser [out, retval] pUser is a parameter of type BSTR pUser [in] pUser is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.