Class ApplicationDescription
The description of a mobile Application test object.
public class ApplicationDescription : PropertiesDescription, IDescription, ICloneable
- Inheritance
-
ApplicationDescription
- Implements
- Inherited Members
Constructors
ApplicationDescription()
public ApplicationDescription()
Properties
Identifier
The application identifier string.
public string Identifier { get; set; }
Property Value
IsPackaged
Indicates whether the application is packaged (instrumented) or not.
public bool? IsPackaged { get; set; }
Property Value
- bool?
Name
The name of the mobile application.
public string Name { get; set; }
Property Value
Upload
The application upload number. The upload number can be used to identify the application uniquely when the application is uploaded more than once.
public int? Upload { get; set; }
Property Value
- int?
Version
The application version.
public string Version { get; set; }