Gets if the client computer has access to the Internet.
# Get the value of the property.propertyValue = applicationEventArgs_var.hasInternetAccess
#include <Core/Application/ApplicationEventArgs.h>// Get the value of the property.boolean propertyValue = applicationEventArgs_var->hasInternetAccess();