iOSAppConfigurator.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.iOSAppConfigurator DeviceIp (string ipAddress);
member this.DeviceIp : string -> Xamarin.UITest.Configuration.iOSAppConfigurator
Public Function DeviceIp (ipAddress As String) As iOSAppConfigurator
Parameters
- ipAddress
- String
The ip address of the device.