VpnForegroundActivatedEventArgs.Kind Property

Definition

Gets the reason that this app is being activated.

public:
 property ActivationKind Kind { ActivationKind get(); };
ActivationKind Kind();
public ActivationKind Kind { get; }
var activationKind = vpnForegroundActivatedEventArgs.kind;
Public ReadOnly Property Kind As ActivationKind

Property Value

A Windows.ApplicationModel.ActivationKind with the value of VpnForeground.

Implements

Windows requirements

App capabilities
networkingVpnProvider

Applies to