DataPA Enterprise Dashboard Controls API Reference
Gets and sets the maximum number of Dashboards that can be loaded into memory as objects which can then refresh themselves at the intervals set.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public long MaxDashboardsinMemory { get; set; } |
Visual Basic |
---|
Public Property MaxDashboardsinMemory As Long
Get
Set |
Visual C++ |
---|
public:
virtual property long long MaxDashboardsinMemory {
long long get () sealed;
void set (long long value) sealed;
} |
Property Value
Type:
Int64The maximum number of Dashboards that can be loaded into memory as objects which can then refresh themselves at the intervals set
Return Value
Type:
Int64The maximum number of Dashboards that can be loaded into memory as objects which can then refresh themselves at the intervals set
Remarks
See Also