Selerix Developer Tools
TestCaseReport Constructor(Guid)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > TestCaseReport Class > TestCaseReport Constructor : TestCaseReport Constructor(Guid)
The owner.
Initializes a new instance of the TestCaseReport class.
Syntax
'Declaration
 
Public Function New( _
   ByVal owner As Guid _
)
'Usage
 
Dim owner As Guid
 
Dim instance As New TestCaseReport(owner)
public TestCaseReport( 
   Guid owner
)
public TestCaseReport( 
    owner: Guid
); 
public function TestCaseReport( 
   owner : Guid
);
public: TestCaseReport( 
   Guid owner
)
public:
TestCaseReport( 
   Guid owner
)

Parameters

owner
The owner.
See Also

Reference

TestCaseReport Class
TestCaseReport Members
Overload List