The ApplicationName property is a String value that specifies
the application name associated with requests sent by the control. This
value is included as part of the default user-agent string and may be used
for diagnostic and identification purposes by the provider. Setting
this property allows applications to provide a more meaningful name that
can help identify requests in provider dashboards, logs or diagnostic
output.
A recommended format is to specify both the application name and
version number using a convention similar to standard user-agent strings,
for example:
"MyApplication/1.0"
The control may normalize the application name by removing unsupported
characters or replacing whitespace characters to ensure the value is
suitable for use in HTTP headers and diagnostic output. If the property
is set to an empty string, no custom application name will be included
in the default user-agent string.