GenericAppConfigurator.DeviceIp(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.
Configures the ip address of the device. Generally best left unset unless you are running an iOS application on a physical device.
public Xamarin.UITest.Configuration.GenericAppConfigurator DeviceIp (string ipAddress);
member this.DeviceIp : string -> Xamarin.UITest.Configuration.GenericAppConfigurator
Public Function DeviceIp (ipAddress As String) As GenericAppConfigurator
Parameters
- ipAddress
- String
The ip address of the device.