VpnForegroundActivatedEventArgs.ActivationOperation Property

Definition

Gets an object representing a VPN foreground operation.

When you're done handling a foreground operation, you must call the Complete method of this VpnForegroundActivationOperation object, passing in a ValueSet of values that you want to be returned to the IVpnPlugin.Connect call. See VpnChannel.ActivateForeground.

public:
 property VpnForegroundActivationOperation ^ ActivationOperation { VpnForegroundActivationOperation ^ get(); };
VpnForegroundActivationOperation ActivationOperation();
public VpnForegroundActivationOperation ActivationOperation { get; }
var vpnForegroundActivationOperation = vpnForegroundActivatedEventArgs.activationOperation;
Public ReadOnly Property ActivationOperation As VpnForegroundActivationOperation

Property Value

A VpnForegroundActivationOperation object representing a VPN foreground operation.

Windows requirements

App capabilities
networkingVpnProvider

Applies to