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


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

IUserInfo.IsDirectConnection Property

The type of connection.

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

isDirectConnect 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 a direct connection.

See Also

IUserInfo Interface