ArcObjects Library Reference (GeoDatabase)  

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

Parameters

isDirectConnect [out, retval]   isDirectConnect 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 a direct connection.

See Also

IUserInfo Interface