MonobjcMonobjc Documented Class Library
RememberedNetworks Property
NamespacesMonobjc.CoreWLANCWConfigurationRememberedNetworks

Array of stored CWWirelessProfile objects for the given CWConfiguration.

Original signature is '@property( readwrite, copy) NSSet*rememberedNetworks ;'

Available in Mac OS X v10.6 and later.

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

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