VpnPacketBuffer.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 the app ID representing the app that caused this packet to flow. This is present only on the first packet of a flow. The presence of this property indicates it is the first packet.
public:
property VpnAppId ^ AppId { VpnAppId ^ get(); };
VpnAppId AppId();
public VpnAppId AppId { get; }
var vpnAppId = vpnPacketBuffer.appId;
Public ReadOnly Property AppId As VpnAppId
Property Value
The app ID representing the app that caused this packet to flow.
Windows requirements
App capabilities |
networkingVpnProvider
|