MonobjcMonobjc Documented Class Library
Ssid Property
NamespacesMonobjc.CoreWLANCWInterfaceSsid

Current SSID of the CoreWLAN interface.

Dynamically queries the interface for the current SSID.

Original signature is '@property( readonly) NSString*ssid ;'

Available in Mac OS X v10.6 and later.

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

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