Share via


VpnNativeProfile.NativeProtocolType Property

Definition

Gets or sets the tunnel protocol type for the Inbox VPN connection.

public:
 property VpnNativeProtocolType NativeProtocolType { VpnNativeProtocolType get(); void set(VpnNativeProtocolType value); };
VpnNativeProtocolType NativeProtocolType();

void NativeProtocolType(VpnNativeProtocolType value);
public VpnNativeProtocolType NativeProtocolType { get; set; }
var vpnNativeProtocolType = vpnNativeProfile.nativeProtocolType;
vpnNativeProfile.nativeProtocolType = vpnNativeProtocolType;
Public Property NativeProtocolType As VpnNativeProtocolType

Property Value

An enum value indicating tunnel protocol type for the Inbox VPN connection.

Windows requirements

App capabilities
networkingVpnProvider

Applies to