Share via


VpnTrafficFilterAssignment.AllowOutbound Property

Definition

Gets or sets whether outbound traffic is allowed or not.

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

Property Value

Boolean

bool

If outbound traffic is allowed, it is TRUE; otherwise , it is FALSE.

Windows requirements

App capabilities
networkingVpnProvider

Applies to