ClientConfigAutoUpdate Property |
|
DataPA OpenAnalytics 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 public bool AutoUpdate { get; set; }
Public Property AutoUpdate As Boolean
Get
Set
public:
virtual property bool AutoUpdate {
bool get () sealed;
void set (bool value) sealed;
}
function get_AutoUpdate();
function set_AutoUpdate(value);
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