AdapterIsLoadingScreenDisabled Property  | 
 
            Gets or sets a value indicating whether the loading screen is disabled for this 
Adapter.
            
 
    Namespace: 
   Dundas.BI.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool IsLoadingScreenDisabled { get; set; }Public Property IsLoadingScreenDisabled As Boolean
	Get
	Set
public:
property bool IsLoadingScreenDisabled {
	bool get ();
	void set (bool value);
}member IsLoadingScreenDisabled : bool with get, set
Property Value
Type: 
Boolean if the loading screen is disabled for this 
Adapter; otherwise, 
.
            
See Also