SessionManagerUpdateLocation Property |
|
DataPA OpenAnalytics API Reference
Gets the location the client will check for updates.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public static string UpdateLocation { get; }
Public Shared ReadOnly Property UpdateLocation As String
Get
public:
static property String^ UpdateLocation {
String^ get ();
}
DataPAClientConfig.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