ProjectCubePerspectivesRootFolder Property  | 
 Gets the cube perspectives root folder.
 
    Namespace: 
   Dundas.BI.FileSystem
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic Folder? CubePerspectivesRootFolder { get; }Public ReadOnly Property CubePerspectivesRootFolder As Folder
	Get
public:
property Folder^ CubePerspectivesRootFolder {
	Folder^ get ();
}member CubePerspectivesRootFolder : Folder with get
Property Value
Type: 
FolderThe cube perspectives root folder.
See Also