SetApiKey method
Use this method to set your Eyes license key.
To obtain your API key, see How to obtain your API key.
Syntax
BatchClose value = obj.SetApiKey(apiKey);
obj.ApiKey = value;
= obj.ApiKey;
Note that this feature is available as both a method and a property.
Parameters
- apiKey
- Type:string
- A string that is your API Key.
Return value
- Type: BatchClose
- The object that called this method. This allows other methods of this class to be appended in a Fluent style.