ProjectDataCubePerspectivesRootFolder Property |
Gets the cube perspectives root folder.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "cubePerspectivesRootFolder", EmitDefaultValue = false)]
public FileData CubePerspectivesRootFolder { get; set; }
<DataMemberAttribute(Name := "cubePerspectivesRootFolder", EmitDefaultValue := false)>
Public Property CubePerspectivesRootFolder As FileData
Get
Set
public:
[DataMemberAttribute(Name = L"cubePerspectivesRootFolder", EmitDefaultValue = false)]
property FileData^ CubePerspectivesRootFolder {
FileData^ get ();
void set (FileData^ value);
}
[<DataMemberAttribute(Name = "cubePerspectivesRootFolder", EmitDefaultValue = false)>]
member CubePerspectivesRootFolder : FileData with get, set
Property Value
Type:
FileDataThe cube perspectives root folder.
See Also