DashboardManifestNumbertoPreLoad Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the number of instances of dashboards to pre load
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public int NumbertoPreLoad { get; set; }
Public Property NumbertoPreLoad As Integer
Get
Set
public:
virtual property int NumbertoPreLoad {
int get () sealed;
void set (int value) sealed;
}
function get_NumbertoPreLoad();
function set_NumbertoPreLoad(value);
Property Value
Type:
Int32An integer to indicate the number of instances of this dashboard to preload
Return Value
Type:
Int32An integer to indicate the number of instances of this dashboard to preload
Remarks See Also