GetDataCubeInfosOptionsDataCubeIds Property  | 
 Gets or sets the list of data cube Ids.
 
    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 = "dataCubeIds")]
public ICollection<Guid> DataCubeIds { get; set; }<DataMemberAttribute(EmitDefaultValue := false, Name := "dataCubeIds")>
Public Property DataCubeIds As ICollection(Of Guid)
	Get
	Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"dataCubeIds")]
property ICollection<Guid>^ DataCubeIds {
	ICollection<Guid>^ get ();
	void set (ICollection<Guid>^ value);
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "dataCubeIds")>]
member DataCubeIds : ICollection<Guid> with get, set
Property Value
Type: 
ICollectionGuid
See Also