ProjectSmallMultiplesRootFolder Property |
Gets the small multiples root folder.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public Folder? SmallMultiplesRootFolder { get; }
Public ReadOnly Property SmallMultiplesRootFolder As Folder
Get
public:
property Folder^ SmallMultiplesRootFolder {
Folder^ get ();
}
member SmallMultiplesRootFolder : Folder with get
Property Value
Type:
FolderThe small multiples root folder.
See Also