次の方法で共有


HomeSp.OtherHomePartnersList Property

Definition

Get the list of FQDN (Fully Qualified Domain Name) of other Home partner providers set in the profile. -or- Set the list of FQDN (Fully Qualified Domain Name) of other Home partner providers.

public System.Collections.Generic.ICollection<string> OtherHomePartnersList { [Android.Runtime.Register("getOtherHomePartnersList", "()Ljava/util/Collection;", "", ApiSince=31)] get; [Android.Runtime.Register("setOtherHomePartnersList", "(Ljava/util/Collection;)V", "", ApiSince=31)] set; }
[<get: Android.Runtime.Register("getOtherHomePartnersList", "()Ljava/util/Collection;", "", ApiSince=31)>]
[<set: Android.Runtime.Register("setOtherHomePartnersList", "(Ljava/util/Collection;)V", "", ApiSince=31)>]
member this.OtherHomePartnersList : System.Collections.Generic.ICollection<string> with get, set

Property Value

Collection of Strings containing the FQDNs of other Home partner providers set in the profile

Attributes

Remarks

Property getter documentation:

Get the list of FQDN (Fully Qualified Domain Name) of other Home partner providers set in the profile.

Java documentation for android.net.wifi.hotspot2.pps.HomeSp.getOtherHomePartnersList().

Property setter documentation:

Set the list of FQDN (Fully Qualified Domain Name) of other Home partner providers.

Java documentation for android.net.wifi.hotspot2.pps.HomeSp.setOtherHomePartnersList(java.util.Collection<java.lang.String>).

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