Selerix Developer Tools
Owner Property (TestCaseReport)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > TestCaseReport Class : Owner Property
Gets or sets the object owner.
Syntax
'Declaration
 
<XmlAttributeAttribute("Owner")>
Public Property Owner As Guid
'Usage
 
Dim instance As TestCaseReport
Dim value As Guid
 
instance.Owner = value
 
value = instance.Owner
[XmlAttribute("Owner")]
public Guid Owner {get; set;}
public read-write property Owner: Guid; 
XmlAttributeAttribute("Owner")
public function get,set Owner : Guid
[XmlAttribute("Owner")]
public: __property Guid get_Owner();
public: __property void set_Owner( 
   Guid value
);
[XmlAttribute("Owner")]
public:
property Guid Owner {
   Guid get();
   void set (    Guid value);
}
See Also

Reference

TestCaseReport Class
TestCaseReport Members