OpenNETCF Smart Device Framework 2.3
Assembly: OpenNETCF.Net (in OpenNETCF.Net.dll) Version: 2.3.0.0
Returns the list of preferred SSID values which the
adapter is currently assigned. Note that none of
these might be within range, however.
Namespace:
OpenNETCF.NetAssembly: OpenNETCF.Net (in OpenNETCF.Net.dll) Version: 2.3.0.0
Syntax
| C# |
|---|
public AccessPointCollection PreferredAccessPoints { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property PreferredAccessPoints As AccessPointCollection |
| Visual Basic (Usage) |
|---|
Dim instance As Adapter Dim value As AccessPointCollection value = instance.PreferredAccessPoints |
| Visual C++ |
|---|
public: property AccessPointCollection^ PreferredAccessPoints { AccessPointCollection^ get (); } |
| J# |
|---|
/** @property */ public AccessPointCollection get_PreferredAccessPoints() |
| JScript |
|---|
public function get PreferredAccessPoints () : AccessPointCollection |
| JavaScript |
|---|
function get_PreferredAccessPoints(); |