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 Bundled { get; } |
Visual Basic |
---|
Public ReadOnly Property Bundled As Boolean Get |
Visual C++ |
---|
public: property bool Bundled { bool get (); } |
F# |
---|
member Bundled : bool with get |