Selerix Developer Tools
Results Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > TestCaseReport Class : Results Property
Gets or sets a list of test case results.
Syntax
'Declaration
 
<XmlElementAttribute("TestCaseResult")>
Public Property Results As List(Of TestCaseResult)
'Usage
 
Dim instance As TestCaseReport
Dim value As List(Of TestCaseResult)
 
instance.Results = value
 
value = instance.Results
[XmlElement("TestCaseResult")]
public List<TestCaseResult> Results {get; set;}
public read-write property Results: List; 
XmlElementAttribute("TestCaseResult")
public function get,set Results : List
[XmlElement("TestCaseResult")]
public: __property List<TestCaseResult*>* get_Results();
public: __property void set_Results( 
   List<TestCaseResult*>* value
);
[XmlElement("TestCaseResult")]
public:
property List<TestCaseResult^>^ Results {
   List<TestCaseResult^>^ get();
   void set (    List<TestCaseResult^>^ value);
}

Property Value

The results.
See Also

Reference

TestCaseReport Class
TestCaseReport Members