ReportParameter Class
Represents the parameter data used in the context of an SDK operation. This data is displayed to OpenText Functional Testing for Developers 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 OpenText Functional Testing for Developers report.  
Top