| ManagedDashboardPreLoad Property |   | 
        
        DataPA OpenAnalytics API Reference
        
 Gets and sets the pre load property for this dashboard
 
         
        Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
 Syntax
Syntaxpublic bool PreLoad { get; set; }Public Property PreLoad As Boolean
	Get
	Set
public:
virtual property bool PreLoad {
	bool get () sealed;
	void set (bool value) sealed;
}function get_PreLoad();
function set_PreLoad(value);
Property Value
Type: 
BooleanA flag to indicate if this dashboard should be preloaded
Return Value
Type: 
BooleanA flag to indicate if this dashboard should be preloaded
 Remarks
Remarks See Also
See Also