DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates if the the client should automatically check for updates.
Namespace: DataPAClientConfigAssembly: 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:
BooleanTrue if the the client should automatically check for updates.
Return Value
Type:
BooleanTrue if the the client should automatically check for updates.
Remarks
See Also