VpnTrafficFilterAssignment.AllowInbound 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 entrant est autorisé ou non.
public:
property bool AllowInbound { bool get(); void set(bool value); };
bool AllowInbound();
void AllowInbound(bool value);
public bool AllowInbound { get; set; }
var boolean = vpnTrafficFilterAssignment.allowInbound;
vpnTrafficFilterAssignment.allowInbound = boolean;
Public Property AllowInbound As Boolean
Valeur de propriété
Boolean
bool
Si le trafic entrant est autorisé, il est TRUE; sinon, il est FAUX.
Configuration requise pour Windows
Fonctionnalités de l’application |
networkingVpnProvider
|