SessionManagerVersion Property |
|
DataPA OpenAnalytics API Reference
Gets the version of DataPA currently installed
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public static string Version { get; }
Public Shared ReadOnly Property Version As String
Get
public:
static property String^ Version {
String^ get ();
}
DataPAClientConfig.SessionManager.get_Version = function();
Return Value
Type:
StringThe version of DataPA currently installed
Remarks See Also