Selerix Developer Tools
FolderGuid Property (TestCaseReport)






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

Reference

TestCaseReport Class
TestCaseReport Members