Get an untyped value of the session variable with the given name.
Declaring type: ISessionVariableAdapter
Namespace: Zyan.Communication.SessionMgmt
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public abstract object GetSessionVariable (
        string name
) 
Parameters
name
Variable name
Return Value
Variable value.