DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that indicates if 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 bool AutoUpdate { get; set; } |
| Visual Basic |
|---|
Public Property AutoUpdate As Boolean
Get
Set |
| Visual C++ |
|---|
public:
virtual property bool AutoUpdate {
bool get () sealed;
void set (bool value) sealed;
} |
Property Value
Type:
BooleanA value that indicates if the client should automatically check for updates.
Return Value
Type:
BooleanA value that indicates if the client should automatically check for updates.
Remarks
See Also