ReportParameter Class
Represents the parameter data used in the context of an SDK operation. This data is displayed to UFT Developer report.

C# Syntax

public class ReportParameter 
Inheritance Hierarchy

System.Object
   HP.LFT.Report.ReportParameter
      HP.LFT.Report.VerificationParameter

Public Constructors
 NameDescription
Public ConstructorReportParameter ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyNameThe name of the parameter.  
Public PropertyValueThe value of the parameter that will be displayed into UFT Developer report.  
Top