VpnChannelActivityStateChangedArgs.ActivityState 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 a value identifying whether the VPN channel is idle or active.
public:
property VpnChannelActivityEventType ActivityState { VpnChannelActivityEventType get(); };
VpnChannelActivityEventType ActivityState();
public VpnChannelActivityEventType ActivityState { get; }
var vpnChannelActivityEventType = vpnChannelActivityStateChangedArgs.activityState;
Public ReadOnly Property ActivityState As VpnChannelActivityEventType
Property Value
An enum value that indicates whether the VPN channel is idle or active.
Windows requirements
App capabilities |
networkingVpnProvider
|