CubePerspectiveDataCubeDescriptor Property  | 
 
            Gets the cube descriptor.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(EmitDefaultValue = false, Name = "cubeDescriptor")]
public CubeDescriptorData CubeDescriptor { get; set; }<DataMemberAttribute(EmitDefaultValue := false, Name := "cubeDescriptor")>
Public Property CubeDescriptor As CubeDescriptorData
	Get
	Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"cubeDescriptor")]
property CubeDescriptorData^ CubeDescriptor {
	CubeDescriptorData^ get ();
	void set (CubeDescriptorData^ value);
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "cubeDescriptor")>]
member CubeDescriptor : CubeDescriptorData with get, set
Property Value
Type: 
CubeDescriptorData
See Also