VpnTrafficFilterAssignment.AllowOutbound 屬性

定義

取得或設定是否允許輸出流量。

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

屬性值

Boolean

bool

如果允許輸出流量,則會 TRUE;否則,它會 FALSE

Windows 需求

應用程式功能
networkingVpnProvider

適用於