SessionManagerAutoUpdate Property |
|
DataPA OpenAnalytics 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 public static bool AutoUpdate { get; }
Public Shared ReadOnly Property AutoUpdate As Boolean
Get
public:
static property bool AutoUpdate {
bool get ();
}
DataPAClientConfig.SessionManager.get_AutoUpdate = function();
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