Ikev2VpnProfile.Builder.SetAutomaticIpVersionSelectionEnabled(Boolean) Method
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.
Sets whether the platform automatically selects the IP version.
[Android.Runtime.Register("setAutomaticIpVersionSelectionEnabled", "(Z)Landroid/net/Ikev2VpnProfile$Builder;", "", ApiSince=34)]
public Android.Net.Ikev2VpnProfile.Builder SetAutomaticIpVersionSelectionEnabled(bool isEnabled);
[<Android.Runtime.Register("setAutomaticIpVersionSelectionEnabled", "(Z)Landroid/net/Ikev2VpnProfile$Builder;", "", ApiSince=34)>]
member this.SetAutomaticIpVersionSelectionEnabled : bool -> Android.Net.Ikev2VpnProfile.Builder
Parameters
- isEnabled
- Boolean
true to enable automatic selection; otherwise, false. The default is false.
Returns
This builder.
- Attributes