DataPA Enterprise Dashboard Controls API Reference
Gets and sets a property that indicates if the auto refreshing of dashboards should be suspended.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool SuspendAutoRefresh { get; set; }
Visual Basic
Public Property SuspendAutoRefresh As Boolean
	Get
	Set
Visual C++
public:
virtual property bool SuspendAutoRefresh {
	bool get () sealed;
	void set (bool value) sealed;
}

Property Value

Type: Boolean
True if auto refresh is suspended.

Return Value

Type: Boolean
True if auto refresh is suspended.

Remarks