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

C# Syntax

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