Selerix Developer Tools
Status Property (TestCaseReport)






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

Property Value

The status.
See Also

Reference

TestCaseReport Class
TestCaseReport Members