Property ConnectivityConnections
ConnectivityConnections
Gets the DCF connections known by the element that executes this QAction.
Dictionary<int, ConnectivityConnection> ConnectivityConnections { get; }
Property Value
- Dictionary<int, ConnectivityConnection>
The DCF connections known by the element that executes this QAction.
Examples
var connections = protocol.ConnectivityConnections;
Remarks
This property does not return the exported connections.