UserAgent Property
See Also Example Applies To
A string containing the "User Agent" name to be passed as part of the request to the resource on the remote server.
Syntax
object.UserAgent
The object placeholder represents an XMLHTTPCall object.
Remarks
The default setting of this property is "vbXML Vx.y.z" (where x is the major version number, y is the minor version number and z is the revision number).
|