HomeSp.OtherHomePartnersList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.