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


IUserInfo.IsOwnConnection Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* IsOwnConnection
);
[C++]

Parameters IsOwnConnection [out, retval] IsOwnConnection is a parameter of type VARIANT_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