VpnTrafficFilter.AppId 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 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
|