This document is archived and information here might be outdated. Recommended version. |
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*
Boolean property specifying if the connection is a direct connection.