VpnChannel.SystemHealth 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 statement of health of the client machine.
public:
property VpnSystemHealth ^ SystemHealth { VpnSystemHealth ^ get(); };
VpnSystemHealth SystemHealth();
public VpnSystemHealth SystemHealth { get; }
var vpnSystemHealth = vpnChannel.systemHealth;
Public ReadOnly Property SystemHealth As VpnSystemHealth
Property Value
A pointer to the VpnSystemHealth class that provides access to the statement of health for the client machine.
Windows requirements
App capabilities |
networkingVpnProvider
|