Share via


VpnTrafficFilter.AppId Property

Definition

Gets or sets the ID of the app that is allowed by this traffic filter.

public:
 property VpnAppId ^ AppId { VpnAppId ^ get(); void set(VpnAppId ^ value); };
VpnAppId AppId();

void AppId(VpnAppId value);
public VpnAppId AppId { get; set; }
var vpnAppId = vpnTrafficFilter.appId;
vpnTrafficFilter.appId = vpnAppId;
Public Property AppId As VpnAppId

Property Value

The ID of the app that is allowed by this traffic filter.

Windows requirements

App capabilities
networkingVpnProvider

Applies to