DataPA Enterprise Dashboard Controls API Reference
Gets the Javascript required to support auto refresh functionality in the web for this ManagedDashboard.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public string AutoRefreshFunction { get; }
Visual Basic
Public ReadOnly Property AutoRefreshFunction As String
	Get
Visual C++
public:
virtual property String^ AutoRefreshFunction {
	String^ get () sealed;
}

Property Value

Type: String
Javascript required to support auto refresh functionality in the web for this ManagedDashboard.

Return Value

Type: String
Javascript required to support auto refresh functionality in the web for this ManagedDashboard.

Remarks