SetUrl method
Set the Eyes server URL.
You only need to set the Eyes server if you don't use the default server or if the Eyes server is not set using the environment variable APPLITOOLS_SERVER_URL.
Syntax
BatchClose value = obj.SetUrl(url);
BatchClose value = obj.SetUrl(url);
Parameters
- url
- Type:string
- The URL of the Eyes server.
- url
- Type:Uri
- The URI of the Eyes server.
Return value
- Type: BatchClose
- The object that called this method. This allows other methods of this class to be appended in a Fluent style.