OpenNETCF Smart Device Framework 2.2
Class that represents a collection of the SSID values that a given network adapter can hear over the airwaves. For each SSID, you can get the signal strength and random other information.

Namespace:  OpenNETCF.Net.NetworkInformation
Assembly:  OpenNETCF.Net (in OpenNETCF.Net)
Version: 2.2.0.0

Syntax

C#
public class AccessPointCollection : CollectionBase
Visual Basic (Declaration)
Public Class AccessPointCollection _
	Inherits CollectionBase
Visual Basic (Usage)
Dim instance As AccessPointCollection
Visual C++
public ref class AccessPointCollection : public CollectionBase
J#
public class AccessPointCollection extends CollectionBase
JScript
public class AccessPointCollection extends CollectionBase

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    OpenNETCF.Net.NetworkInformation..::.AccessPointCollection

See Also