VpnNativeProfile.NativeProtocolType 属性

定义

获取或设置收件箱 VPN 连接的隧道协议类型。

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

属性值

一个枚举值,指示收件箱 VPN 连接的隧道协议类型。

Windows 要求

应用功能
networkingVpnProvider

适用于