VpnForegroundActivatedEventArgs.ActivationOperation 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 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
|