GetNetwork Method

Vista Bridge Library

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

Retrieves the Network identified by the specified network identifier.

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

Syntax

C#
public static Network GetNetwork(
	Guid networkId
)
Visual Basic (Declaration)
Public Shared Function GetNetwork ( _
	networkId As Guid _
) As Network
Visual C++
public:
static Network^ GetNetwork(
	Guid networkId
)

Parameters

networkId
Type: System..::.Guid
A Guid that specifies the unique identifier for the network.

Return Value

The Network that represents the network identified by the identifier.

See Also