Description Class
The base class for all Description classes that support the index and Visual Relation Identifier (VRI) test object properties.

C# Syntax

public class Description : PropertiesDescription, IDescription  
Inheritance Hierarchy
Public Constructors
 NameDescription
Public ConstructorDescription ConstructorConstructs an empty description.  
Top
Public Properties
 NameDescription
Public PropertyIndexThe 0-based index of this object, relative to all other objects with an otherwise identical description.  
Public PropertyVriDistinguishes this object from other objects with otherwise identical descriptions, based on this object's visual relationship to another object in the application.  
Top
Public Methods
 NameDescription
Public MethodCloneCreates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription )
Top