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


IUserInfo.IsOwnConnection 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.IsOwnConnection Property
ArcGIS Developer Help

IUserInfo.IsOwnConnection Property

Whether this connection is the current users' connection.

[Visual Basic .NET]
Public ReadOnly Property IsOwnConnection As Boolean
[C#]
public bool IsOwnConnection {get;}
[C++]
HRESULT get_IsOwnConnection(
  Boolean* IsOwnConnection
);
[C++]
Parameters
IsOwnConnection [out, retval]

IsOwnConnection is a parameter of type bool*

Product Availability

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

Description

Boolean property specifying if the connection is the same connection that was used for the get_ConnectedUsers call.

See Also

IUserInfo Interface