WifiEnterpriseConfig.Plmn 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 plmn (Public Land Mobile Network) for Passpoint credential; see #setPlmn
(String)
for more information -or- Set plmn (Public Land Mobile Network) of the provider of Passpoint credential
public virtual string? Plmn { [Android.Runtime.Register("getPlmn", "()Ljava/lang/String;", "GetGetPlmnHandler", ApiSince=23)] get; [Android.Runtime.Register("setPlmn", "(Ljava/lang/String;)V", "GetSetPlmn_Ljava_lang_String_Handler", ApiSince=23)] set; }
[<get: Android.Runtime.Register("getPlmn", "()Ljava/lang/String;", "GetGetPlmnHandler", ApiSince=23)>]
[<set: Android.Runtime.Register("setPlmn", "(Ljava/lang/String;)V", "GetSetPlmn_Ljava_lang_String_Handler", ApiSince=23)>]
member this.Plmn : string with get, set
Property Value
the plmn
- Attributes
Remarks
Property getter documentation:
Get plmn (Public Land Mobile Network) for Passpoint credential; see #setPlmn (String)
for more information
Java documentation for android.net.wifi.WifiEnterpriseConfig.getPlmn()
.
Property setter documentation:
Set plmn (Public Land Mobile Network) of the provider of Passpoint credential
Java documentation for android.net.wifi.WifiEnterpriseConfig.setPlmn(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.