Selerix Developer Tools
Progress Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > TestCaseReport Class : Progress Property
Gets or sets the progress of the test case report.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Property Progress As Integer
'Usage
 
Dim instance As TestCaseReport
Dim value As Integer
 
instance.Progress = value
 
value = instance.Progress
[XmlAttribute()]
public int Progress {get; set;}
public read-write property Progress: Integer; 
XmlAttributeAttribute()
public function get,set Progress : int
[XmlAttribute()]
public: __property int get_Progress();
public: __property void set_Progress( 
   int value
);
[XmlAttribute()]
public:
property int Progress {
   int get();
   void set (    int value);
}

Property Value

The progress.
See Also

Reference

TestCaseReport Class
TestCaseReport Members