SessionsManagerCurrent Property
Note: This API is now obsolete.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
[ObsoleteAttribute("SessionsManager class is deprecated and will be removed. Use IAppEnv interface via SessionProfile.AppEnv property instead")]
public static SessionsManager Current { get; protected set; }
<ObsoleteAttribute("SessionsManager class is deprecated and will be removed. Use IAppEnv interface via SessionProfile.AppEnv property instead")>
Public Shared Property Current As SessionsManager
Get
Protected Set
public:
[ObsoleteAttribute(L"SessionsManager class is deprecated and will be removed. Use IAppEnv interface via SessionProfile.AppEnv property instead")]
static property SessionsManager^ Current {
SessionsManager^ get ();
protected: void set (SessionsManager^ value);
}
[<ObsoleteAttribute("SessionsManager class is deprecated and will be removed. Use IAppEnv interface via SessionProfile.AppEnv property instead")>]
static member Current : SessionsManager with get, set
Property Value
SessionsManager