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