DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates if the the client should automatically check for updates.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public static bool AutoUpdate { get; }
Visual Basic
Public Shared ReadOnly Property AutoUpdate As Boolean
	Get
Visual C++
public:
static property bool AutoUpdate {
	bool get ();
}

Property Value

Type: Boolean
True if the the client should automatically check for updates.

Return Value

Type: Boolean
True if the the client should automatically check for updates.

Remarks