IBusinessComponentRunInfo Interface
An object representing the ALM Business Component information.

C# Syntax

public interface IBusinessComponentRunInfo 
Public Properties
 NameDescription
PropertyComponentIdThe Business Component ID.  
PropertyComponentNameThe Business Component Name.  
PropertyIterationThe Business Component Iteration number.  
PropertyTotalNumberOfIterationsThe total number of Business Component iterations.  
Top