SessionManagerSessionOnlyDataLocation Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a session only data location which will override the stdata location for this session only.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public static string SessionOnlyDataLocation { get; set; }
Public Shared Property SessionOnlyDataLocation As String
Get
Set
public:
static property String^ SessionOnlyDataLocation {
String^ get ();
void set (String^ value);
}
DataPAClientConfig.SessionManager.get_SessionOnlyDataLocation = function();
DataPAClientConfig.SessionManager.set_SessionOnlyDataLocation = function(value);
Property Value
Type:
StringA session only data location which will override the stdata location for this session only.
Return Value
Type:
StringA session only data location which will override the stdata location for this session only.
Remarks See Also