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


IUserInfo.ClientName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IU > IUserInfo Interface > IUserInfo.ClientName Property
ArcGIS Developer Help

IUserInfo.ClientName Property

The name of the connected computer.

[Visual Basic .NET]
Public ReadOnly Property ClientName As String
[C#]
public string ClientName {get;}
[C++]
HRESULT get_ClientName(
  System.String* Name
);
[C++]
Parameters
Name [out, retval]

Name is a parameter of type BSTR*

Product Availability

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

Description

The name of the client machine where the connection to the Enterprise Geodatabase was made from.

See Also

IUserInfo Interface