Share via


VcnWifiUnderlyingNetworkTemplate.Ssids Property

Definition

Retrieve the matching SSIDs, or an empty set if any SSID is acceptable.

public System.Collections.Generic.ICollection<string> Ssids { [Android.Runtime.Register("getSsids", "()Ljava/util/Set;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getSsids", "()Ljava/util/Set;", "", ApiSince=33)>]
member this.Ssids : System.Collections.Generic.ICollection<string>

Property Value

Attributes

Remarks

Retrieve the matching SSIDs, or an empty set if any SSID is acceptable.

Java documentation for android.net.vcn.VcnWifiUnderlyingNetworkTemplate.getSsids().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to