Returns the value specified as the "file" parameter in the URL.
# Get the value of the property.propertyValue = webRequestEventArgs_var.file
#include <Core/Application/WebRequestEventArgs.h>// Get the value of the property.string propertyValue = webRequestEventArgs_var->file();