NetworkCollection Class

Vista Bridge Library

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

An enumerable collection of Network objects.

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

Syntax

C#
public class NetworkCollection : IEnumerable<Network>, 
	IEnumerable
Visual Basic (Declaration)
Public Class NetworkCollection _
	Implements IEnumerable(Of Network), IEnumerable
Visual C++
public ref class NetworkCollection : IEnumerable<Network^>, 
	IEnumerable

Inheritance Hierarchy

System..::.Object
  Microsoft.SDK.Samples.VistaBridge.Library.Network..::.NetworkCollection

See Also