SessionManagerUpdateLocation Property |
|
DataPA OpenAnalytics API Reference
Gets the location the client will check for updates.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static string UpdateLocation { get; }
Public Shared ReadOnly Property UpdateLocation As String
Get
public:
static property String^ UpdateLocation {
String^ get ();
}
DataPA.Utils.QueryEngine.SessionManager.get_UpdateLocation = function();
Property Value
Type:
StringThe location the client will check for updates
Return Value
Type:
StringThe location the client will check for updates
Remarks See Also