ArcObjects Library Reference (GeoDatabase)  

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(
  BSTR* 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