SessionManagerDataLocation Property |
|
DataPA OpenAnalytics API Reference
Gets the current data location.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public static string DataLocation { get; }
Public Shared ReadOnly Property DataLocation As String
Get
public:
static property String^ DataLocation {
String^ get ();
}
DataPAClientConfig.SessionManager.get_DataLocation = function();
Property Value
Type:
StringThe current data location.
Return Value
Type:
StringThe current data location.
Remarks See Also