iOSAppConfigurator.ApiKey(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
iOSAppConfigurator.ApiKey() is deprecated and no longer necessary.
Deprecated (1.1): Will be removed. Sets the Xamarin Test Cloud api key to use for activation.
[System.Obsolete("iOSAppConfigurator.ApiKey() is deprecated and no longer necessary.")]
public Xamarin.UITest.Configuration.iOSAppConfigurator ApiKey (string apiKey);
member this.ApiKey : string -> Xamarin.UITest.Configuration.iOSAppConfigurator
Public Function ApiKey (apiKey As String) As iOSAppConfigurator
Parameters
- apiKey
- String
The Xamarin Test Cloud api key.
Returns
- Attributes