VpnNativeProfile.NativeProtocolType 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.
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
|