VpnTrafficFilterAssignment.AllowOutbound Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|