IConnectionManager.SupportsMultipleConnections Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether multiple connections are supported.
public:
property bool SupportsMultipleConnections { bool get(); };
public bool SupportsMultipleConnections { get; }
member this.SupportsMultipleConnections : bool
Public ReadOnly Property SupportsMultipleConnections As Boolean
Property Value
true
if multiple connections are supported; otherwise, false
.