This document is archived and information here might be outdated. Recommended version. |
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*
Boolean property specifying if the connection is the same connection that was used for the get_ConnectedUsers call.