Share via


VpnPlugInProfile.AppTriggers Property

Definition

Gets a list of apps that will trigger the VPN connection to connect.

public:
 property IVector<VpnAppId ^> ^ AppTriggers { IVector<VpnAppId ^> ^ get(); };
IVector<VpnAppId> AppTriggers();
public IList<VpnAppId> AppTriggers { get; }
var iVector = vpnPlugInProfile.appTriggers;
Public ReadOnly Property AppTriggers As IList(Of VpnAppId)

Property Value

A list of apps that will trigger the VPN connection to connect.

Implements

Windows requirements

App capabilities
networkingVpnProvider

Applies to