次の方法で共有


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

適用対象