Selerix Developer Tools
RelativePath Property (TestCaseReport)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > TestCaseReport Class : RelativePath Property
Path to current object.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Property RelativePath As String
'Usage
 
Dim instance As TestCaseReport
Dim value As String
 
instance.RelativePath = value
 
value = instance.RelativePath
[XmlAttribute()]
public string RelativePath {get; set;}
public read-write property RelativePath: String; 
XmlAttributeAttribute()
public function get,set RelativePath : String
[XmlAttribute()]
public: __property string* get_RelativePath();
public: __property void set_RelativePath( 
   string* value
);
[XmlAttribute()]
public:
property String^ RelativePath {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

TestCaseReport Class
TestCaseReport Members