Compartir a través de


VpnNativeProfile.NativeProtocolType Propiedad

Definición

Obtiene o establece el tipo de protocolo de túnel para la conexión VPN bandeja de entrada.

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

Valor de propiedad

Valor de enumeración que indica el tipo de protocolo de túnel para la conexión VPN de bandeja de entrada.

Requisitos de Windows

Características de aplicaciones
networkingVpnProvider

Se aplica a