Share via


VpnTrafficFilterAssignment.AllowOutbound Propriété

Définition

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 FALSE.

Configuration requise pour Windows

Fonctionnalités de l’application
networkingVpnProvider

S’applique à