Selerix Developer Tools
FolderGuid Property (ReportTemplate)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ReportTemplate Class : FolderGuid Property
Guid of parent folder object.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Property FolderGuid As Guid
'Usage
 
Dim instance As ReportTemplate
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

ReportTemplate Class
ReportTemplate Members