IVpnProfile.AppTriggers 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 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 = iVpnProfile.appTriggers;
Public ReadOnly Property AppTriggers As IList(Of VpnAppId)
Property Value
A list of apps that will trigger the VPN connection to connect.
Windows requirements
App capabilities |
networkingVpnProvider
|