Android.Net.Wifi.WifiConfiguration.Ssid Property
The network's SSID.

Syntax

[Android.Runtime.Register("SSID")]
public string Ssid { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The network's SSID. Can either be an ASCII string, which must be enclosed in double quotation marks (e.g., "MyNetwork", or a string of hex digits,which are not enclosed in quotes (e.g., 01a243f405).

[Android Documentation]

Requirements

Namespace: Android.Net.Wifi
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1