SessionManagerAutoUpdate Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if the the client should automatically check for updates.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static bool AutoUpdate { get; }
Public Shared ReadOnly Property AutoUpdate As Boolean
Get
public:
static property bool AutoUpdate {
bool get ();
}
DataPA.Utils.QueryEngine.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