MonobjcMonobjc Documented Class Library
PreferredNetworks Property
NamespacesMonobjc.CoreWLANCWConfigurationPreferredNetworks

Ordered array of CWWirelessProfile objects.

The preferred networks list is a subset of the remembered networks set. It cannot contain duplicate entries and cannot contain any entries that are not present in the remembered networks set.

Original signature is '@property( readwrite, copy) NSArray*preferredNetworks ;'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSArray PreferredNetworks { get; set; }
Public Overridable Property PreferredNetworks As NSArray
	Get
	Set
public:
virtual property NSArray^ PreferredNetworks {
	NSArray^ get ();
	void set (NSArray^ value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.CoreWLAN (Module: Monobjc.CoreWLAN)