VpnTrafficFilterAssignment.AllowOutbound Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit si le trafic sortant est autorisé ou non.
public:
property bool AllowOutbound { bool get(); void set(bool value); };
bool AllowOutbound();
void AllowOutbound(bool value);
public bool AllowOutbound { get; set; }
var boolean = vpnTrafficFilterAssignment.allowOutbound;
vpnTrafficFilterAssignment.allowOutbound = boolean;
Public Property AllowOutbound As Boolean
Valeur de propriété
Boolean
bool
Si le trafic sortant est autorisé, il est TRUE; sinon, il est FAUX.
Configuration requise pour Windows
Fonctionnalités de l’application |
networkingVpnProvider
|