GetNetwork Method

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Retrieves an object that represents the network associated with this connection.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library.Network
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public Network GetNetwork()
Visual Basic (Declaration)
Public Function GetNetwork As Network
Visual C++
public:
Network^ GetNetwork()

Return Value

A Network object.

See Also