







|
| Vista Bridge Library for Managed code development |
| Network..::.Connections Property |
| Network Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Gets the network connections for the network.
Namespace:
Microsoft.SDK.Samples.VistaBridge.Library.Network
Assembly:
VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public NetworkConnectionCollection Connections { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Connections As NetworkConnectionCollection |
| Visual C++ |
|---|
public: property NetworkConnectionCollection^ Connections { NetworkConnectionCollection^ get (); } |
