IDeviceInfo Interface
Information about the available mobile device returned from UFT Digital Lab (UFT Mobile).

C# Syntax

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