This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IU > IUserInfo Interface > IUserInfo.IsOwnConnection Property (ArcObjects .NET 10.4 SDK) |
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
Boolean property specifying if the connection is the same connection that was used for the get_ConnectedUsers call.