VpnTrafficFilterAssignment.AllowInbound Property

Definition

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

Applies to