Selerix Developer Tools
FolderGuid Property (ExportReportConfigControlData)






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

Property Value

Folder GUID.
See Also

Reference

ExportReportConfigControlData Class
ExportReportConfigControlData Members