VpnNativeProfile.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 can trigger the Inbox VPN profile.
public:
property IVector<VpnAppId ^> ^ AppTriggers { IVector<VpnAppId ^> ^ get(); };
IVector<VpnAppId> AppTriggers();
public IList<VpnAppId> AppTriggers { get; }
var iVector = vpnNativeProfile.appTriggers;
Public ReadOnly Property AppTriggers As IList(Of VpnAppId)
Property Value
A list of apps that can trigger the Inbox VPN profile.
Implements
Windows requirements
App capabilities |
networkingVpnProvider
|