MonobjcMonobjc Documented Class Library
Ssid Property
NamespacesMonobjc.CoreWLANCW8021XProfileSsid

Wireless network name.

Original signature is '@property( readwrite, copy) NSString*ssid ;'

Available in Mac OS X v10.6 and later.

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

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