DataCubeDataRetrievalTimeout Property  | 
 
             Gets or sets a value indicating the timeout for data cube load operation.
            
 
    Namespace: 
   Dundas.BI.Entities.DataCubes
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic TimeSpan DataRetrievalTimeout { get; set; }Public Property DataRetrievalTimeout As TimeSpan
	Get
	Set
public:
property TimeSpan DataRetrievalTimeout {
	TimeSpan get ();
	void set (TimeSpan value);
}member DataRetrievalTimeout : TimeSpan with get, set
Property Value
Type: 
TimeSpan
See Also