IDeviceInfo Interface
Information about the available mobile device returned from UFT Mobile.

C# Syntax

public interface IDeviceInfo 
Public Properties
 NameDescription
PropertyIdThe ID of the device in UFT Mobile.  
PropertyManufacturerThe manufacturer of the device.  
PropertyModelThe model name of the device.  
PropertyNameThe name of the device as defined in UFT Mobile.  
PropertyOSTypeThe operating system currently running on the device.  
PropertyOSVersionThe version of the operating system currently running on the device.  
Top