Connections Property

Vista Bridge Library

[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 ();
}

Field Value

A NetworkConnectionCollection object.

See Also