VpnForegroundActivatedEventArgs.SharedContext 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 the set of values that the VPN plug-in provided when it activated your VPN foreground app. See VpnChannel.ActivateForeground.
public:
property ValueSet ^ SharedContext { ValueSet ^ get(); };
ValueSet SharedContext();
public ValueSet SharedContext { get; }
var valueSet = vpnForegroundActivatedEventArgs.sharedContext;
Public ReadOnly Property SharedContext As ValueSet
Property Value
A set of values from the VPN plug-in.
Windows requirements
App capabilities |
networkingVpnProvider
|