







Gets a value indicating whether the connection supports multilink.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public bool Multilink { get; } |
Visual Basic |
---|
Public ReadOnly Property Multilink As Boolean Get |
Visual C++ |
---|
public: property bool Multilink { bool get (); } |
F# |
---|
member Multilink : bool with get |