VpnNativeProfile.NativeProtocolType プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
受信トレイ 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
|