VpnNativeProfile.AppTriggers Property

Definition

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

Applies to