ApplicationDescription Class
The description of a mobile Application test object.

C# Syntax

public class ApplicationDescription : HP.LFT.SDK.PropertiesDescription, HP.LFT.SDK.IDescription  
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.PropertiesDescription
      HP.LFT.SDK.Mobile.ApplicationDescription

Public Constructors
 NameDescription
Public ConstructorApplicationDescription ConstructorInitializes a new instance of the ApplicationDescription class.  
Top
Public Properties
 NameDescription
Public PropertyIdentifierThe application identifier string.  
Public PropertyIsPackagedIndicates whether the application is packaged (instrumented) or not.  
Public PropertyNameThe name of the mobile application.  
Public PropertyUploadThe application upload number. The upload number can be used to identify the application uniquely when the application is uploaded more than once.  
Public PropertyVersionThe application version.  
Top
Public Methods
 NameDescription
Public MethodCloneCreates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription )
Top