VpnTrafficFilterAssignment.AllowInbound 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 inbound traffic is allowed or not.
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
Property Value
Boolean
bool
If inbound traffic is allowed, it is TRUE; otherwise , it is FALSE.
Windows requirements
App capabilities |
networkingVpnProvider
|